Jukka Raimovaara
Jukka Raimovaara
Hi, great that I can open a file in postico2 and edit in my editor of choice. But it'd be even greater if I'd have option to have the query...
Hi, I was testing cstore_fdw against plain pg table and noticed this: ```sql pg=# create foreign table cstore_test (time timestamp,meter_id int,data real) server cstore_server options(compression'pglz'); CREATE FOREIGN TABLE Time: 31.434...
Hey, I've had a build vite-ssr express server crash with the error message: ``` node:internal/errors:465 ErrorCaptureStackTrace(err); ^ TypeError [ERR_INVALID_URL]: Invalid URL at new NodeError (node:internal/errors:372:5) at onParseError (node:internal/url:563:9) at new...
DON'T MERGE! this will need to wait for upcoming bootstrap 5.2. Testing purposes only at the moment. Uses bootstrap from my github. so you need to remove bootstrap from node_modules...
Hey, https://v4.apollo.vuejs.org/guide-composable/query.html#polling seems to say that it should be possible, but there isn't any code for it in the composable packages. Is the functionality missing by accident or documentation wrong...
Is it possible to have an array that isn't aligned to 8bits? https://stackblitz.com/edit/stackblitz-starters-cxezrc?file=index.js
This is a list of bugs in the components - We can't use modelValue directly to render the dom, since we need to be able to cancel the render if...
### Describe the bug I added all the playground components to nuxt to test SSR, and noticed 53 warning, most of which were about hydration missmatches. The reproduction on stackblitz...
fixes #1819 TODO: Still has some test code in App.vue Check if Documentation needs changes Need to document all the changes BEGIN_COMMIT_OVERRIDE feat!: make components that show/hide use a composable...
Was testing modal related to #1655 and noticed that we have some inconsistencies. Components: Collapse, Dropdown, Modal, Offcanvas, Popover and others that inherit from them (BNavItemDropdown, BAccordionItem). The expose isn't...