Vance Palacio

Results 33 comments of Vance Palacio

We really need this. It seems like it shouldn't be too hard to implement. It's nearly the same as load file, the only thing it needs extra is to grab...

As a workaround, something you can do here is to use `FilePicker.platform.getDirectoryPath` (which does work on mobile platforms) to raise a dialog for selecting a directory, and then popup a...

I'm also getting basically this same exact error. Im on Windows 10. Same error code: -1073741819

Ah that makes sense. It started happening to me after I installed the `hibernated` package, probably because I don't actually have the driver libs installed. Thanks for the explanation

Yea lol, just realized I did end up having those dependencies installed and my code started compiling and running, but the dcd was still crashing. > we need to flatten...

Apparently there were some bugs a year or two back (I think) where the tooltip was staying on the screen even after the cursor left the error part of a...

Just ran into this little issue myself. The solution is to just construct the request yourself and then send it E.g: ```dart makeClaimRequest(url) { final response = await http.Request("CLAIM", url).send().then(http.Response.fromStream);...

Ordered-Collections itself doesn't have any FFI, but a couple of it's dependencies do. Most of it's dependencies (and their dependencies) are sharing the same core set of modules - so...

@Hong-Xiang Ah yea, probably a typo. As @thautwarm has pointed out, my Python experience is pretty limited. I've only really toyed around with it in the past. Thinking about it...

I believe I was using gcc at the time. I was just following the instructions from the readme to build from source. I cloned the repo and used the command...