Skip to content

issues Search Results · repo:guillermomuntaner/Burritos language:Swift

Filter by

13 results
 (80 ms)

13 results

inguillermomuntaner/Burritos (press backspace or delete to remove)

One of the main reasons I use lazy is when I need access to self, lazy allows me to defer creation of the property to access-time (i.e. when self is available). Is there a way to make @Lazy support self? ...
  • davidbjames
  • Opened 
    on Oct 6, 2021
  • #24

I get this error building for macOS on Apple Silicon using 12.5 beta 3 (12E5244e): Float80 is unavailable: Float80 is not available on target platform. I suspect that has something to do with Apple ...
  • insidegui
  • 1
  • Opened 
    on Apr 12, 2021
  • #22

Simple playground test: class Test { lazy var myLazyVar: Void = { print( crazy ) }() } print( Initialize: ) var test = Test() print( call first ) test.myLazyVar will print: Initialize: ...
  • mmdock
  • Opened 
    on Feb 12, 2021
  • #21

The @Lazy and @LazyConstant property wrappers do not appear to be thread safe. That is, if two threads attempt to hit the initial getter at the exact same time, they will both attempt to initialize the ...
  • Larry-Gensch
  • Opened 
    on Aug 23, 2020
  • #18

First of all, amazing collection of Property Wrappers you have here!! Truly a great resource! So thank you!! 🎉 One thing I noticed, is the AtomicWrite property wrapper doesn t handle collections the best. ...
  • fishcharlie
  • 1
  • Opened 
    on May 6, 2020
  • #17

Unable to add Burrito package to project in Xcode 11.4.1? Screen Shot 2020-04-21 at 13 08 34
  • hk05
  • Opened 
    on Apr 21, 2020
  • #16

Version 11.2.1 (11B53) Device: iPhone 11 and iPhone Pro Max Simulator Version: 0.0.3 image image // // ContentView.swift import Burritos // No such module Burritos import SwiftUI struct ContentView: ...
  • whoyawn
  • 2
  • Opened 
    on Nov 15, 2019
  • #15

Hello. Thank you for Burritos. As I can see Burritos does not support Carthage. I think it will be good to add this feature.
  • RomanPodymov
  • Opened 
    on Nov 9, 2019
  • #14

I used Swift 5.1/Xcode 11.1 to reproduce this issue. Consider the following code: protocol P { func f() } struct S: P { func f() { } } func f(p: P) { p.f() } class C { @LazyConstant ...
  • RomanPodymov
  • Opened 
    on Oct 21, 2019
  • #13

The deployment target seems too high: s.ios.deployment_target = 13.0 s.osx.deployment_target = 10.15 s.tvos.deployment_target = 13.0 s.watchos.deployment_target = 6.0 The wrapper is a ...
  • Whirlwind
  • 4
  • Opened 
    on Sep 4, 2019
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub