Nils Jacobsen

Results 55 comments of Nils Jacobsen

Hi @hloriana :) ``` const withPrismaPlugin = require("next-prisma-plugin-webpack5"); module.exports = withPrismaPlugin({ webpackDevMiddleware: (config) => { if (process.env.IS_DOCKER) { config.watchOptions = { ...config.watchOptions, poll: 500, }; } return config; }, });...

Again a build error. But this time I also get 'Non-Zero Exit Code detected'. ``` 2022-07-25T19:16:10.170Z [INFO]: # Completed phase: preBuild # Starting phase: build 2022-07-25T19:16:10.170Z [INFO]: # Executing command:...

@hloriana I tried it on netlify and it worked instantly. But I really wanna stay with amplify. Is it possible that my react-notion-x renderer needs some additional setup or is...

Hi @hloriana, eslint is already in my dev dependencies. I also tried this, but it did not help. https://nextjs.org/docs/api-reference/next.config.js/ignoring-eslint Then I downgraded the aslant version to 7.23, because I read...

@hloriana As long as aslant only throws a warning it shouldn't stop the build process right? Since `eslint` wasn't the problem, do you have another debugging strategy that we could...

Done with https://github.com/inlang/inlang/commit/d56944887da7fe241b1b342aa20e265ae9b02917

Do you guys know if we can point to the latest major version? Current: ```yml purge-jsdelivr-cache: runs-on: ubuntu-latest steps: # purge all plugins, needs to be updated after maijor version...

We get a lint error, because there is no write access for workflow files. https://stackoverflow.com/questions/66643917/refusing-to-allow-a-github-app-to-create-or-update-workflow Do we have a workflows scope in our GithubToken @samuelstroschein. Don't have access to those.

Why not I am happy to work on that. I guess the timeframe is to get an MVP ready until we get the getting-started right? Gonna explore a bit and...

First exploration into styling and other questions: https://www.loom.com/share/b3835c31ed3745a9832754bd023cbbd0 TL;DR - I built a quick prototype with lit, vite, storybook, and shoelace (styled with CSS variables) Questions: - Do we want...