Rudis Muiznieks
Rudis Muiznieks
Running the built-in Graphiql used to provide error highlighting (red squiggles) and error tooltips against the graphql schema. It looked like this (this screenshot is from the [Graphiql live demo](http://graphql.org/swapi-graphql)):...
For your consideration, I've added support to use [`wtype`](https://github.com/atx/wtype) for autotyping on Wayland in place of `ydotool` if it is available. My preference for `wtype` is because it doesn't require...
I'm trying to build an image for the Pinebook Pro, doing the following: ``` > sudo ./mkrootfs.sh -o aarch64latest aarch64 > sudo ./mkplatformfs.sh pinebookpro aarch64latest > sudo ./mkimage.sh void-pinebookpro-PLATFORMFS-20220403.tar.xz ```...
I think it would be nice to be able to configure specific domains for which persistent cookies are allowed. When this is enabled, any cookies created on domains not on...
When generating enums (without `--union-enums`), there are two things that can happen when there are numbers in the enum values: 1. An enum value prefixed with underscore and a number...
Right now when I'm pulling up a `pages` report, I sometimes get the same pages listed twice if they were accessed using both `mydomain.com` and `www.mydomain.com`. It would be nice...
Putting `"port": 9091` for example in the `config.json`, following the example from the `README.md`, does not actually work. It will still listen on the default port `8080`. It only seems...
When opening a URL that responds with a 301 or 302 redirect response with a new location with the actual stream, ServeStream says "The url could not be opened." Expected...
Using luasnip, snippets that start with a `/` or `.` character don't show up in the completion menu when the `path` source is enabled in the `nvim-cmp` config. nvim-cmp config:...
Some mechanism to fire alerts via a shell script could be used to integrate with third party services without necessarily having to support those services directly. Some use cases I'm...