Livio Brunner

Results 64 issues of Livio Brunner

I get the following log: ``` Visit this page and authorize access in your browser: https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize%3Fscope%3Dlikes%26redirect_uri%3Dhttps%3A//reddit.com%26response_type%3Dcode%26client_id%3D813118a9a7544990a6505729f6a8da31 Please type in the access code you got MY_ACCESS_CODE Traceback (most recent call last):...

I don’t want to code using the cube, I want to become the cube. I have found this library, it might help? https://github.com/hyperlogic/riftty

The following workflow does not reliably work with wait-for-netlify-action: 1. Create a branch `test` 2. Push the branch to origin and create a PR 3. Deploys the website 4. Waits...

related: #3 It's just an initial effort to give a baseline of the described feature :) ``` cc.ComponentNam class ComponentName extends React.Component { render() { return ( ); } }...

## Description This is a follow-up for #3. Emmet supports different kinds of Nesting operators. It would be a match made in heaven to have this supported in this vs...

## Description I'd like to have a snippet where I can generate functional/class components. ## Specification Class Component ``` cc.[props] ``` Should generate the following structure: In JS: ```javascript class...

I am looking for a way to ONLY allow using env variables that are defined in my `env.ts` schema. As an example: `env.ts` ```typescript import {defineConfig} from '@julr/vite-plugin-validate-env' import {z}...

It will now use the configured NestJS application logger that has been configured with `app.useLogger(...)` resolves #2547 ## PR Checklist Please check if your PR fulfills the following requirements: -...

We're utilising [valibot](https://valibot.dev/guides/introduction/) at runtime in our project, since it results in a smaller bundle size. Surely it is possible to use Zod with this Vite plugin and Valibot at...

help wanted

## I'm submitting a... [ ] Regression [ ] Bug report [ ] Feature request [x] Documentation issue or request (new chapter/page) [ ] Support request => Please do not...