Tom Brückner

Results 125 issues of Tom Brückner

We're currently migrating our Meteor app from Meteor 2 to Meteor 3. It's been around a while, so it's still using alanning:roles 1.3.0. I saw that you have removed the...

enhancement

I needed a Toast package for visionOS and managed to make yours work on that platform. Haven't tested it thoroughly with all options yet, but all display modes worked fine...

In many applications, it would make sense to accept more than one decimal separators and "normalize" it to the current locale. This is what Unity does, for instance. You can...

In some applications (e.g. 3D) it would make sense to have multiple steppers, for coarse and fine control. Would love to see that in this component.

When trying to import ```ts import { CrossmintHostedCheckout, CrossmintProvider } from '@crossmint/client-sdk-react-ui'; ``` my app breaks because packages are missing: ``` "@dynamic-labs-sdk/client/core" in node_modules/@dynamic-labs/sdk-react-core/src/lib/store/state/nonce/nonce.js "@react-native-async-storage/async-storage" in node_modules/@dynamic-labs/ethereum/node_modules/@metamask/sdk/dist/browser/es/metamask-sdk.js ``` Are these...