Nick Olszanski

Results 31 comments of Nick Olszanski

@pedronauck you haven't failed anyone. Please take care of yourself first! It takes a lot of courage to mediate ambition with reality publicly. Wish you all the best!

@rtymchyk does `import { Client } from "filestack-js"` help?

Yup, same here. This is all I use: ```ts import { Client } from "filestack-js" this.client = new Client(conf.apiKey) const rez = await this.client.upload(file, {}, s3StoreOptions) const transoformUri = this.client.transform(originalFsHandle,...

Bundle size seems to be growing. We are considering switching to something else with less footprint

But no rush

Hi! Would be great if we could merge it :)

@dvntucker, please let us know if you have plans to merge it :) This IMO is killer feature of a timer app

@webpro I think I am having this nested issue with knip

Hi @joseferben, is your example open source? Would like to debug it! Or maybe you can pastebin a pseudocode example or even a blurred screen? Did you try the latest...

Hey! Thank you very much for the test code! I will make a project with a structure like this and check what I can do! I believe I can refactor...