gotjoshua

Results 125 comments of gotjoshua

> ```js > connect: host => { host.className = `${defaults} ${host.className}` } > ``` ooo thanks @gourmetseasoningsake ! what is this fancy connect prop?? will try it out...

Super clear example @gourmetseasoningsake , many thanks for taking time to engage! > ```js > connect: host => > ``` By what js voodoo does that helper function get access...

Small update from my side: Current experiments are here: https://gitlab.com/onezoomin/edge-deploy/nested-data-grid i ended up using a mix of @gourmetseasoningsake suggestions and my workarounds. I discovered that using string based className concat...

I also have this issue, is there a volume that should be created to persist a config file or something?

i am running into an issue importing ts-proto files into an oclif command, and i think this would fix it. even with `esModuleInterop: true` i get: ``` This module can...

any progress on this? > that would point the direction for creating a PR ? or guidance possible?

> not super familiar with code or git internals thanks for the reply @jcubic !! So i started digging around, and the code is rather well organized and easy to...

i am looking for a freelancer at the moment. and opened a more detailed issue https://github.com/isomorphic-git/isomorphic-git/issues/1527

I found out that this aml is not needed anyway. as you can see it was one [Papadiches's](https://www.reddit.com/r/hackintosh/comments/i3pega/z490_itx_guide/) criteria for choosing the AsRock Z490 Phantom Gaming ITX TB3 - that...

i got this error recently in a for loop that removes all files from a dir. not sure how much context is relevant, but it a directory that has between...