Matt

Results 33 issues of Matt

I am running netintercept inside AWS Lambda and found it works in most use cases. One thing I've just noticed is that when using the S3 PutObject API (via node.js...

> Something to note is that you can transform some impure functions into pure ones by delaying evaluation: ``` var pureHttpCall = memoize(function(url, params) { return function() { return $.getJSON(url,...

DISCUSSION

Hi all - I'm wondering if anyone might make use of this memolock implementation & has time to help me improve it? https://stackoverflow.com/questions/69878076/unexpected-behaviour-redis-memolock-implementation-node-js-ioredis

question

Hi @kach - thanks for this incredible work! I was wondering if there are any guides & tools available to convert a nearley grammar into a textmate syntax highlighter? I'm...

Hi there. I'm currently writing a web scraping DSL and was excited to come by this project. have poured through the docs and fairly happy with the AST being produced....

Great workflow, love that I can add a new todo in

enhancement
question
released on @alpha

Hi all, I remember a library that would automatically build an esquery selector for you based on some sample code with an underscore, e.g. `var x = 1 + _`...

See repro: https://github.com/mattfysh/esbuild-jest-err **source module** ``` export const add = (a, b) => a + b ``` **test code** ``` import { add } from '../src/add' import d from '../src/add'...

I'm using pythonia, and my library code makes use of a handful of callbacks that pass arbitrary data between them. To get pythonia to work, I've had to use this...