eden lane

Results 11 comments of eden lane

Have the same issue: ``` ERR_PNPM_FETCH_401  GET https:///repository/npm-group/@babel/core/-/core-7.16.10.tgz: Unauthorized - 401 No authorization header was set for the request. These authorization settings were found: //nexus.redmadrobot.com/repository/npm-private:_authToken=NpmT[hidden] always-auth=true ``` any news on...

I managed to solve the issue for Nexus Repository Manager. My gitlab config is: ```yaml before_script: - npm config set registry https:${NPM_REGISTRY} - echo "${NPM_REGISTRY}:_authToken=${CI_NPM_AUTH}" >> ~/.npmrc - echo "${NPM_REGISTRY_PRIVATE}:_authToken=${CI_NPM_AUTH}"...

What if I **need** to recreate editor's instance on some event?

You need to check if node is block like this: ```typescript match: n => Editor.isBlock(editor, n) && n.type === 'code' ```

I have an issue similar to this. I have template `title.jade`: ``` input(type="text", text="{{title}}") ``` When I'm trying to use this template, I get `Maximum call stack size exceeded` because...

I have the exact same problem. `set` works in code sandbox, but doesn't work in my project. I can't find the difference, everything looks the same 🤔

So what is the new way to enable HMR for linaria + react + webpack?

Thanks for the quick answer! Unfortunately I don't think it is possible. It's a monorepo with a lot of deps. I'm pretty sure that on a new project it's gonna...

I'm still having this problem and now it doesn't work at all. My config is: ``` return await notarize({ appPath, teamId: process.env.APPLE_TEAM_ID, appleId: process.env.APPLE_ID, appleIdPassword: process.env.APPLE_PASSWORD, }); ```

Is there any way to exit sticky state _without_ reloading?