frithrah

Results 15 comments of frithrah

I'm curious if li::sql has been tested under Windows. I like the look of the API.

Loving amVim. I, too, would love to see a Sneak or EasyMotion feature.

For anyone who stumbles on this as I did. My eventual solution was to add restart-on-failure instructions to the service unit so there are other chances to run if rsnapshot...

I've been running into this too - I use jump back a lot. It happens after some time so it's hard to replicate but it seems very broken when it...

Thanks for replying but I don't think that's the case. If I add a folder to the actual *.c files (not just the headers) then autocomplete will suggest functions from...

Hmmm. Well that's interesting. Here's what I'm seeing... 1. Start Sublime in safe mode 2. New project 3. Add external SDL folder 4. New file main.c 5. Type: SDL_Co 6....

Here's an even clearer example. It demonstrates that autocomplete isn't picked up from a header file but is when the c body is added. This example uses a minimal header...

> Also, try [sublimehq/Packages#1831](https://github.com/sublimehq/Packages/pull/1831) to see if that fixes your problem. Alas, no difference in this situation.

I wonder if my commit to the xfce4-night-mode switcher may help some. See how I had to include the `gtk-theme` setting for the benefit of Sublime Text... https://github.com/bimlas/xfce4-night-mode/commit/4c6ae90598880983123fabdbe3d43236117b0bbd

I can help. The reason for the build errors is due to running cmake inside the benchmark directory - that's why it can't find the `coz-instrumentation` target. The answer is...