Pelle Jacobs

Results 6 comments of Pelle Jacobs

That seems to make sense. I'll see if I find this weekend some time to figure that out 😄

Seems to be missing a label `Existed in DT`: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/1c7905f8ff315708d2e885bc28f4c023590fb6ab/node-fetch/node-fetch.d.ts

As a workaround, you can manually set the proper `position: sticky` css to the table cells and the header. It's not pretty but works: ```javascript import { TableCell } from...

Closing as I haven't touched this code in 7 years. If anyone is curious, don't hesitate to pick this up!

It seems like you can only `sync download` folders you created with this plugin, as they need to have the `syncRoot` appProperty: https://github.com/prasmussen/gdrive/blob/5b72ec986f53ac0316424de89bdbff4bfb8d61e3/drive/sync_download.go#L99 Not sure why though. 😕

`fs` is not a dependency of `redux-persist-node-storage`. Is it possible there's an issue with how you're importing `fs`?