Ray Foss

Results 168 comments of Ray Foss

I've tried several approaches and I now have a full idea of how one would approach this. 1. Use getApplicationResource to fetch theme values and drawables from another APK, by...

Might have been an installation problem... I use eCrypt fs which comes with ubuntu for home directory encryption. I installed but it wouldn't work out of the box without setting...

isolated case, based on vue-cli webpack template: https://github.com/rayfoss/vuejs-videojs-dash-demo/blob/master/src/components/Hello.vue tried 5.20, 6.0, 6.1 and 6.2 same issue. also threw the dev webpack build stats.json in the root (warning: its 10.9mb) https://github.com/rayfoss/vuejs-videojs-dash-demo/blob/master/stats.json

Meanwhile a configurable sidebar comes around... I ended up using the `package.json` script `"prebuild": "git apply theme.patch | :"` I generated the patch using `git diff --no-index` This will break...

This is primarily a problem with the Hexo API at this point. Though I've seen them state it's a problem with the theme. With the _config.landscape.yml Hexo 5 endpoint, We...

I also had this issue... while attempting to use the sync API in a native ES Modules package. Made my own Async API by promising the callback one. Similar to...

I've made a sample sandbox with both a WebContainer and a browser implemation that will currently fail but should start working once fixes are implemented and published to npm under...

Relevant update, Bun bundler uses WebStreams for a 3x performance improvement over Node Streams https://gist.github.com/Jarred-Sumner/90db1a06c5e7b1c1ab55b5581c62a86d https://twitter.com/jarredsumner/status/1532322146713710592?s=20&t=yCa_LXu67NnPqzd5eFDsHg

> This is still the case. Any workarounds for v14.16.0, or is this fixed in v15? If its just a syntax error... running eslint will catch the issue clearly. Most...

Or rather, working as intended... which is much faster, but if you are doing dynamic imports... much less clear. Oof, I just realized I should handle my new dynamic imports...