Farhan Y.

Results 32 comments of Farhan Y.

This library makes use of the [node events Emitter](https://nodejs.dev/en/learn/the-nodejs-event-emitter/) so you should have no problems if you have a great polyfill for it. Note: I don't see a need to...

You can create a new file called cache.js somewhere that contains your node-cache initialization and then returns the cache instance. You can then use the returned instance in any other...

I think the ideal way to automatically pick a good X and Y component will be based on the total number of components that contribute to the image and not...

I've built a better package around Library Genesis yesterday which is very simple and removes so many abstractions. It leaves you with a very simple way to go about things...

Device names can be retrieved using an NSLOOKUP. So when you have a list of ip addresses for the local devices. The command `nslookup IP_HERE` will return the name of...

*Idea 01* I think with static analysis we can just check the children nodes of `program` and find an exported function or variable with name `getConfig` then remove all other...

*Final* Entirely achievable with static analysis only. ⚡️

1. **DataclipViewer** & **JobEditor** now migrated to the new react implementation provided by @zeorin 2. Updated the implementation of how React is mounted in `with-props.tsx` to make sure that the...

`device_id` is unique to the user's device and not the user's account in your DB. I don't understand how you're generating `device_id` server-side(Next.js middleware).