Jared Fields

Results 30 comments of Jared Fields

@fox0430 I did use choosenim, but I also had to figure out how to set the PATH on that sucker... turned out it was using `/etc/profile` for that rather than...

That did get it to build, but it doesn't find libncurses.dll, even though I made sure to install it. hmmm May just have to table this for now. ``` $...

also need to know this.

How would one set the save location for nativescript-secure-storage to the "external" area, be it emulated or real?? I'm currently using this library in a project and the data comes...

I too would like to be able to install to ZFS root. The features are numerous and the stability is greater than btrfs. Native software RAID, compression, snapshots which are...

Looks like the only "easy" way to do this at the moment would be to remove it from the navigation stack and then push the route. Would you be open...

Investigating this a bit, I have found success in overriding the `WindowTitleBarBox` class with the following: ```dart import 'package:universal_io/io.dart' show Platform; // Make use of `Platform` while also supporting web...

hmm. says `Unexpected input(s) 'version_name', valid inputs are ['file']`

@treeform I understand and appreciate the work you are doing. Flutter does have a C API. I work with Python, Nim, and Flutter / Dart but I don't have much...

What I'm trying to do is use Mongo with Jester for a REST API. I've got two issues. 1) With known working credentials in the `newAsyncMongoWithURI` method, nimongo says I...