Thomas Anderson
Thomas Anderson
> But Dynamo.js has an export default at the bottom. > > You should be able to do: > > import Dynamo from 'dynamodb-onetable/Dynamo' > > Why were you using...
@mobsense Figured it out! Using ES6 imports (`import Dynamo from 'dynamodb-onetable/Dynamo');`) works perfectly fine with `type: module` in package.json, but my project is using ES5 imports (`const Dynamo = require('dynamodb-onetable/Dynamo');`)...
@charleskoehl I think you have an error. You restrict the types to "pdf" and jpeg but in the other places you have "png" https://github.com/ivmarcos/react-to-pdf/pull/43/commits/fe2919872b53741f1af0646a210c39797af85f80 https://github.com/ivmarcos/react-to-pdf/pull/43/commits/a84476a2d77af1907c10490965c415d7870085fe
@hubastard do you have multiple monitors or just the one? trying to replicate this
I tested this my own and I think it's not a raylib issue but a windowing issue on specific configurations. This probably could be "solved" on raylibs side but that...
@larry104 @raysan5 can this be closed? the PR was merged
Tbh i think this should be in the users hands. `GetScreenHeight()` seems properly named to get the height of the window and as @maiconpintoabreu mentioned, there is `GetRenderHeight()` for the...
https://github.com/raysan5/raylib/pull/4754 one down 😜
using the sample code below i was not able to reproduce this issue. i think we need more information about the affected users configurations, such as taskbar settings, OS version,...
@raysan5 @aeaeaeaeaeae i believe this can be closed as it was solved in https://github.com/raysan5/raylib/pull/5445