Daniel Mossaband

Results 22 issues of Daniel Mossaband

Hello! I'm curious if there have been discussions on releasing a native m1 build? Thanks!

enhancement
good first issue

Hello! I went to download the show House as given to me by the suggestions and I looked in transmission and it's downloading "House of Cards" "House Rules" "Barnwood Builders...

bug

Hey! I've been looking into installing Yabai but I'm a little confused on whether or not I can re enable SIP after the installation. Thanks!

Something built in like this https://stackoverflow.com/questions/39494689/is-it-possible-to-restrict-number-to-a-certain-range Instead of ```ts interface Car { model: string, year: 1999|2000|2001|2002 } ``` It would be nice to be able to do ```ts interface Car...

help wanted
type addition

Hey! Just want to first say that I'm really grateful for this package the work that went into it. In the example shown below ```Dart import 'package:mobx/mobx.dart'; part 'counter.g.dart'; class...

Hello! Would there be a way to edit the story points on a ticket? I don't believe I see anything regarding points when I type `jira issue help edit` Thanks...

enhancement
hacktoberfest

I was hoping to be able to delete multiple documents at once.

help wanted
good first issue

In my document there is a map named `geoPoint` and it looks like ``` geoPoint: { "latitude": 32.56, "longitude": -122.00, } ``` Refi keeps showing this as a of type...

Was just wondering if there's an API to create a SnapChat account.

Context: You can not pass a rawNonce to signInWithGoogle. When using signInWithGoogle on Android, the returned idToken does not return a nonce. This makes sense because a rawNonce is not...