Thomas Pischulski

Results 10 issues of Thomas Pischulski

https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions#alpine-linux-based-images says to run: ``` apk --no-cache add --virtual builds-deps build-base python ``` But in a `node:16-alpine` image it results in: ``` May 27 10:16:16 PM > [stage-1 2/19] RUN...

The bcrypt version I use is `5.0.0` and my OS is macOS 11.1 ``` $ node -v v15.5.1 ``` I followed a suggestion in https://github.com/nodejs/node-gyp/issues/2245 to force/global install bcrypt but...

Hey, is it possible to use `habitat()` for dynamically imported ES modules like: ```typescript import habitat from "preact-habitat"; ... const module = await import("/js/module.js"); // module.js is a compiled preact...

When running `react-native-rename Test App -b org.testapp` it seems to correctly change the content of the file: > packages/mobile/ios/project/Info.plist before: ``` CFBundleDisplayName project ``` after: ``` CFBundleDisplayName Test App ```...

### Current Behavior When using `` in expo and launching it via `expo start --web`, I can't type in the input unless I actively click on the input field https://github.com/tamagui/tamagui/assets/3169205/f537ae0c-3e77-460a-adbf-dfc3042fd9f1...

## Bug report ### Current Behavior ```typescript const { handleSubmit } = useFormik({ initialValues: { foo: 'bar' }, onSubmit: (values) => console.log(values), }); ``` The signature of `handleSubmit` is: ```typescript...

Type: Bug

### Current Behavior When using `$mono" as fontFamily there's a warning from Expo: ``` fontFamily ""ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace" is not a system font and...

## Ask your Question Does it make sense to extend `` to render `children`? My use case is that I e.g. display a confirmation dialog. Once the user presses "Ok"...

question

### Which packages are impacted by your issue? _No response_ ### Describe the bug When using `@graphql-codegen/typescript-urql-graphcache` at version `^3.1.0` the resulting types aren't compatible with `urql`'s `cacheExchange` types. It...

After following the install instructions on https://docs-shadcn-chat.vercel.app/get-started and adding the following components to my app: ```jsx Hello, how has your day been? I hope you are doing well. Hi, I...