RogierdeRuijter
RogierdeRuijter
Hee, I am currently facing the issue that my E2E tests in protractor time out. And I believe it is an issue related to Protractor, Angular, and SocketIO. Here is...
In my Svelte app running test with Jest fails because the index file is of this library is of type 'mjs'. The following error is thrown: ``` > jest src...
## Summary I have the following method that is used for an endpoint. It looks something like this: ```typescript export const endpointMethod: HandlerFunc = async (c: Context): Promise => {...
When calling `htmx.ajax` multiple times only the first call is actually executed. For example when executing the code below. Only my-page-1 is requested. ``` htmx.ajax("GET", `/my-page-1.html`); htmx.ajax("GET", `/my-page-2.html`); ``` It...
## Desired Behavior An Astro parser for the LSP server. So that gql queries can be inlined in the .astro files.
## Expected behavior Being able to use the popover API with the LionButton ## Actual Behavior The popover api can't be used, because the native button element isn't used. [Here](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API#html_attributes)...
### Astro Info ```block Astro v5.15.5 Vite v6.4.1 Node v24.6.0 System macOS (arm64) Package Manager npm Output static Adapter none Integrations none ``` ### Describe the Bug When using the...