-
@verelpode commented on [Sun Apr 07 2019](https://github.com/dotnet/corefxlab/issues/2655)
[System.Numerics.BigInteger](https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger) is real…
-
First of all, thank you very much for this plugin! I will be honest, I didn't get excited when I see the demos at the README page because why would I want to use a plugin to insert `git add` at the be…
-
Some ramblings, any feedback appreciated.
A this time Duc works pretty straightforward: when indexing it traverses the file system, keeps recursive count of directory sizes on the fly and writes ea…
-
A relative optimal AST structure can be found from computing simplex with the derived constrains on the first AST parse + copy things over.
See also https://en.wikipedia.org/wiki/Simplex_algorithm.…
-
**Describe the bug**
After installing pfSfsense api v2 (I had been running v1 ) I started having an issue with the whitescreen php error below every time I attempted to go to Status>Monitoring. pfSs…
-
If someone knows Richard personally, please tell him not to give up on this project. He has such a good head start with his unique coroutine-based approach vs everybody's else callbacks with libuv.
T…
-
Easiest way to demonstrate:
```
:e ~/.vimrc
:colorscheme solarized
:colorscheme default
```
Note that the highlighting for `vimCommand` and other highlight groups is gone.
I haven't figured out the…
tpope updated
6 years ago
-
### Is your feature request related to a problem? Please describe.
the builtin `grep` and `find_files` searches the **current** directory. in cases when you're working in a monorepo or a project wi…
-
Merging imports by default makes imports clearer, e.g.,
```rust
use rocket::{
Request, Response,
request::{self, Form},
response::{Flash, Redirect}
};
use rocket_contrib::JsonValu…
-
I've been loving using fish, but I've found that the startup time of this plugin is super slow, upwards of 5 seconds sometimes. I've pasted below a bit of the output of my `vim --startuptime vim.log t…