Giacomo Debidda
Giacomo Debidda
Hey sorry, I missed the notification. `.envrc` files are used by [direnv](https://direnv.net/). direnv automatically loads the environment variables defined in an `.envrc` file when you enter a directory containing that...
I had the same issue with an ActivityWatch pre-release (it was a `v0.12.3b`, but I'm not sure if it was exactly the `v0.12.3b10` release) on Xubuntu 23.04. I'm also experiencing...
I tried writing a [note](https://indieweb.org/note) in Indiekit and syndicating it to Mastodon. Automatic syndication didn't work. I had to manually click the `Syndicate post` button. I don't know how Indiekit...
PR #15 adds a very incomplete wrapper for pango and pangocairo, and a simple example.
Here is an extract of the output of `zig build test` It seems that [lld](https://lld.llvm.org/) is not able to find the following libraries: ``` ld.lld: error: unable to find library...
I'm not sure. Is this related to your issue? https://neo4j.com/developer/kb/explanation-of-error-websocket-connection-failure/
I ran `npm run eslint` on my laptop and can confirm that it returns no errors if launched with the ESLint version declared in the `package.json` (`8.8.0`). Actually the first...
I have just realized that in `docs/site/customizing-jack-in-and-connect.md` [this image](https://github.com/BetterThanTomorrow/calva/blob/fa3daa6ee4f383266cb16d030d99de59d3b33407/docs/site/images/calva-project-roots-search-exclude.png) should be updated, or maybe replaced with this JSON. ```json [ "bower_components", ".bzr", ".cache", ".ccls-cache", ".clangd", ".classpath", "*.code-search", ".cpcache", "_darcs", ".devenv",...
I almost never create classes. Here I just wanted to follow what Indiekit was doing. I like to be able to understand what the software is doing just by enabling...
> This is really interesting, and can see how it would help people onboard to the project! That said, I think it should be optional, much like adding Docker files...