Linus G Thiel

Results 13 comments of Linus G Thiel

Thanks @josher19, I'm not sure of the benefit of the `fromId` and `confirm` functions -- would you care to elaborate? I actually got a longer list of words from "the"...

Thanks @lovelyelfpop, I'll take a look at this when I get the time but I really recommend you to use a current version of [node_redis](https://github.com/NodeRedis/node_redis) instead, it has support for...

I am currently wrestling with this, too. It's actually [documented in the API docs](https://contentful.github.io/contentful.js/contentful/7.8.0/ContentfulClientAPI.html#.sync): > Important note: The the sync api endpoint does not support include or link resolution. However...

We are also in the same boat. It would be perfect to able to set up an internet NEG using the serverless module, and this is the only thing missing...

It seems as if this is because of a bug in expo-asset-utils: https://github.com/expo/expo-asset-utils/issues/18

Hi @titanism 👋 and thank you for the interest! Indeed, this module is sorely out of date. I am pretty sure that ioredis already [supports prefixing](https://github.com/luin/ioredis#transparent-key-prefixing)? I guess the only...

Ah I see now what you mean. Sounds fair! Would it be terribly rude of me to ask for a pull request with your suggested changes, first? I haven't followed...

I was bitten by this in expo-pixi, see bug report above. Also seems to be the same bug as #10, but maybe that one is more complicated. It seems to...

Hi @devnetkc -- this project seems abandoned, sadly. I have a number of PRs and issues reported, and myself use a fork in [linus/doctest-js](/linus/doctest-js). I am currently trying to get...

Hi again @devnetkc -- I have abandoned this effort and instead implemented a new module with a different approach. https://github.com/linus/testy uses `jsdoc-api` to parse the JSDoc, extracts any examples and...