iwatachan

Results 23 comments of iwatachan

node_modulesに依存しているコードを修正する必要があると思います misskeyのコードベースは小規模ではないのでworkspacesへの移行は大変だと思います I think you need to fix the code that depends on `node_modules`... misskey codebase isn't small, so migrating to workspaces can be a heavy task. ![2022-05-30_133716](https://user-images.githubusercontent.com/7393198/170918047-3765464e-a939-4eb8-b29e-6388898bb0a1.png)

すみません、yarn pnpを使用したことが無いので分かりません。しかし、移行はより難しくなると思います。例えば依存パッケージ内に存在するcssファイルをcssから参照することは出来るのでしょうか… 良し悪しは分かりませんが、hoistingを無効にして各ディレクトリにnode_modulesを配置するオプションがあります。 https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits workspacesの機能はyarn v1にも存在するので、berryへのアップグレードとは独立して考えたほうがいいと思います。 Sorry, I don't know, I have never used yarn pnp. But I think the transition will be more difficult. For example, is it possible...

@acid-chicken あー私も同意見です。node_modulesがhoistingされている場合にパスを修正しなければいけないということを指して「コードを修正する必要があると思います。…workspacesへの移行は大変だと思います。」と言ったつもりでした。私が~英語を~文の意味を読み間違えて的はずれな返答をしてしまっていました。すみません。

もしyarn v2のlockfileフォーマットに対応していないパッケージがあれば修正する必要がありますが、それくらいだと思います。(テストが適切に行われていれば) If there are packages that don't support the yarn v2 lockfile format, they will need to be modified, but I think that's about it. (As long as testing...

I downgraded Coq from 8.11 to 8.3 and it worked fine.

It's not complete, but I've tried some way. updated ```typescript // Reported correctly with error message (Errors of the same class are grouped together) functions.logger.error(new Error('error on logger error')) console.error(new...

@taeold I tried it with the Node12 runtime.

@taeold @Flucadetena Sorry, my test code was wrong, so I fixed it and cleaned it up. Basically, if there is an error instance, it seems to be reported, but in...

@z64 > I have a patch that can adjust the semantics of our `ensure` cache methods to make us resilient to this happening, but honestly, I'm unsure if it's normal...

It seems to be related to https://github.com/satya164/react-native-tab-view/issues/386