Masamoto Miyata
Masamoto Miyata
If you use the windows on a virtual machine, try change the network source to `Bridged Network` from `Shared Network`. I don't know why, but work well.
> solution: > > `global.d.ts` > > ```ts > declare namespace global { > function __reanimatedWorkletInit(): void; > } > ``` > > `jest.setup.ts` > > ```ts > global.__reanimatedWorkletInit =...
I have tried the following versions and still have [the spinner's button problem](https://github.com/react-native-datetimepicker/datetimepicker/issues/543#issuecomment-1127766461). expo: 44.0.5 @react-native-community/datetimepicker: 4.0.0, 5.1.0, 6.2.0 The calendar's buttons display correctly, but I can't use it, because...
すいません、もう一点。デバイスを指定すると下記のエラーで実行できません。 ``` $vanilla-clipper -l ja-JP --device 'iPhone 6' -n https://qiita.com ☐ pending [1/1] Clipping https://qiita.com ✖ error Error: JSHandles can be evaluated only in the context they were created! at...
> puppeteer系は`devDependencies `ではなく`dependencies `に入れると安定して動くような気がするのですがそんなことないでしょうか? すいません、既にcoreは入ってましたね。 https://github.com/gomo/vanilla-clipper/blob/7eaba81cb657ed8c66e1de5af2cea45de494b187/package.json#L39 私の`yarn/global/node_modules/vanilla-clipper/node_modules`に`puppeteer-core`が無いのでてっきり入ってないと思い込んでしまいました。失礼。 上記のエラーがバージョンが原因だったらという前提ですがバージョン指定を`~1.11.0`にするか、新しいバージョンでも動くようにするか、どちらかという感じですかね? 私の方でもバージョンが原因なのか頑張って調査してみます。
@yarnaimo Forkして`~1.11.0`に変更、バージョン`1.11`で試しました。結論を言うとバージョンの問題ではなさそうですね。 ``` node dist/bin/clip.js -l ja-JP --device 'iPhone 6' -n https://qiita.com ☐ pending [1/1] Clipping https://qiita.com ✖ error Error: JSHandles can be evaluated only in the context they were...
@yarnaimo > luxonは `@yarnaimo/rain` の `0.2.7` には含まれていたんですが、最新バージョンには含まれていなかったようで `latest` を `0.2.7` に変えたら直りました。 vanilla-clipperアップグレードして、グローバルに入れたluxonを削除後、無事起動することを確認しました。ありがとうございます。 > デバイスの指定も調査してみます。 宜しくお願いします!
@yarnaimo 全然関係ないかもしれませんが、Chrome75からSeleniumのオプションが効かなくなっていました。 https://qiita.com/MasamotoMiyata/items/079dcc9d497586dbb8ad Seleniumだし、私の場合はエラーにもならずにブラウザが起動しオプションが効かないだけだったので全く関係ないかもしれませんが、`mobileEmulation: { deviceName: "iPhone 6" }`のオプションも効かなくなっていたのでもしかしたら?と思ったので共有しておきます。
```erb ViteRailsReport ``` If I remove the `javascript_importmap_tags` the errors stop appearing and it seems to be working fine, but I am not sure I should remove it as none...
I found a new ProgressBar with high functionality after sending this PR. I used this. https://github.com/jfelchner/ruby-progressbar