Jake Spencer Walklate

Results 9 issues of Jake Spencer Walklate

Hey, I'm trying to write a vim plugin for the first time, I chose to use rust for its speed. I connect the binary file to a job in the...

```rust no method named `open_win` found for struct `neovim_lib::Neovim` in the current scope method not found in `neovim_lib::Neovim` rustc(E0599) main.rs(12, 8): method not found in `neovim_lib::Neovim` ``` ```toml [dependencies] neovim-lib...

I've tried to run the example code in the readme and also the code in /example but none of it runs ![Screen Shot 2022-02-20 at 6 48 25 pm](https://user-images.githubusercontent.com/47465827/154833984-70ce5d56-363f-4984-958c-af5b11e16855.png)

question

getBabelLoader() throws an error

Hello, How can I send an image to the server? I have a form that sends multipart/form-data but I can't figure out how to accept form data in nbit. There...

Hello, How can I set cors globally? In express it would be ```typescript app.use(cors()); ``` I have nbit working as such ```typescript return Response.json({ hello: 'world' }, { headers: {...

Super strange behaviour, Meagher street should stay but it disappears when the `street` is added https://github.com/comigor/fuzzy/assets/47465827/639ba398-7a51-4266-9934-ddbacbbaebf4 ```dart void updateSearched(String searchTerm) { _searched.clear(); if (searchTerm.isEmpty) { setState(() { _searched = List.from(_clinics);...

Add an example of how to create a completely transparent cache with the use of Object.create()