Fredrik Söderström
Fredrik Söderström
std.uuid.UUID as being converted to the legacy BSON UUID type. BREAKING CHANGE: type change from BinData 0x03 to 0x04 for std.uuid.UUID
It seems like UUID gets converted into the older BSON format (0x03 instead of 0x04). I get the current UUID format when changing to 0x04 at https://github.com/vibe-d/vibe.d/blob/master/data/vibe/data/bson.d#L801 BSON formats: https://stackoverflow.com/questions/9338989/what-does-the-0-mean-in-mongodbs-bindata0-e8menzzofymmd7wshdnrfjyek8m?answertab=votes#tab-top...
## Expected behavior After running `npm init @open-wc` and upgrading to eslint 8.3.0 (https://eslint.org/blog/2021/11/eslint-v8.3.0-released) I expect to be able to lint JavaScript code with private fields and methods on classes...
Add set_wrap method allow rendering repeated textures. This pull request is still a work in progress, while there is now also a set_wrap method, still only one image is rendered,...
I want to render an endlessly repeating texture with x/y offset as a ground/background texture, but I cannot seem to find a way to pass the GL_REPEAT setting to the...
When trying to use this package though https://www.npmjs.com/package/rollup-plugin-html-literals with a rollup ESM configuration (`npx rollup -c rollup.config.mjs`) the import of the plugin fails as the TS transpiled code in the...
As Purism hopefully soon will be able to complete their Librem 5 phone (https://puri.sm/products/librem-5/) we will now have a phone that runs Linux which makes it possible to run both...
### Description I'm making a dynamic UI with Polymer 2.0.0-rc.3 and various paper components and found out that this component is extremely slow. If a full a UI would have...
When looking at the header for e.g. the paper-card component (https://elements.polymer-project.org/elements/paper-card) it does not use a h1 tag for the header. I would expect a section tag and a h1...