Glenn Rempe

Results 71 comments of Glenn Rempe

Can you please share with us what the exact low end hardware platforms you support that are of concern? I can find no information that indicates minimum hardware specs for...

These are good comments @Shaptic. I would make note of a few things: ## sodium-native By all indications these bindings for `libsodium` are unmaintained at this point. The latest release...

They've been sitting on this pain point for nearly two years @alejomendoza. See conversation above and here: https://github.com/stellar/js-stellar-base/issues/339

I have created a pull request for review which removes the optional dependency on `sodium-native` (leaving `tweetnacl-js` in place to handle all sign/verify functions just as it previously did). I...

If this will work as a solution (I have not yet tested in e.g. a Docker container with no toolchain installed) it needs to be documented at the top level...

Very cool @roderik. We don't currently use TypeScript in our libs as you know. We'd be interested in discovering if any of the work you did could be incorporated in...

I don't think this is resolved. The merge you reference is from 7 months ago. I am seeing this issue continuing using Docker image `jizhilong/docker-make:latest docker-make --no-push` as shown in...

Thanks, I'll take a look at the stackblitz. Please note though that I can reproduce this in my own repo by changing *only* the version of daisyui and *nothing* else....

> Debugging process would be comparing the style from dev tools to see if your repo has the same CSS as my example repo. Make sure to compare both default...

OK, I have a stackblitz example that demonstrates the issue. 💯 https://stackblitz.com/edit/daisyui-nextjs-oeb3qn?file=README.md See the `README.md` file in it to see more info. The summary is, I changed only the `dependencies`...