Dylan C. Kendal
Dylan C. Kendal
## Description Adds support for Shopify's Hydrogen and Oxygen project. ### Changes: #### Core - replace deprecated usage of `require('url').parse` with a solution based on `new URL(...)`, verified that it...
Hey, first of all thanks for your work on Rexbug - I use it a lot and it adds a lot of value for me. I've written a "pretty" formatter...
When running the test harness with the following keymap: ```lua vim.keymaps.set("n", "tt", "PlenaryTestFile", {}) ``` With a test: ```lua -- describe("desc block", function() it("does the thing", function() assert.equal(1, 2) end)...
Hi all, [This section](https://fly.io/docs/reference/configuration/#services-http_checks) may be wrong or outdated. It states: > Roughly translated, this section says every ten seconds, perform an HTTP GET on the root path (e.g. http://appname.fly.dev/)...
Hi all, I haven't added new functionality to this plugin for a while as I have found that it meets my needs. I'd like to put an open call to...
# Bug report LISTEN / NOTIFY appears to be broken after March 26th - [x] I confirm this is a bug with Supabase, not with my own application. - [x]...
Minimal example to reproduce: ```elixir case x do x -> x end ``` ``` E5108: Error executing lua: ...rc/dkendal/nvim-treeclimber/lua/nvim-treeclimber/api.lua:239: Column value outside range stack traceback: [C]: in function 'nvim_win_set_cursor' ...rc/dkendal/nvim-treeclimber/lua/nvim-treeclimber/api.lua:239:...