Daniel Rodríguez
Daniel Rodríguez
Hi everyone! 🐦 ⚡️ My team and I have been needing to use asCallback as a general utility, so I wonder if we could add asCallback/nodeify to the core functions?...
Hi! We've been talking about Transduce and Transducers in the Sanctuary Gitter channel and there are mixed thoughts. There's definitely curiosity and value in them since there's general interest expressed...
Groupoid
Algebra also has the definition of Groupoid: https://en.wikipedia.org/wiki/Groupoid_algebra I'm definitely new to the algebraic world, but isn't it like... reducing a field K with a set of reducers G? It's...
The RegExp used when this.path has optional parameters is currently matching word prefixes. For example, if a route's originalPath is `/person/:id?`, it is right now matching `/persons`, but it shouldn't....
This is a copy of the same issue in JS: https://github.com/Azure/azure-sdk-for-js/issues/20502 Draft PR in JS: https://github.com/Azure/azure-sdk-for-js/pull/20516 --- While investigating what sensitive logging to add to our credentials, we have determined...
This is a copy of the same issue in JS: https://github.com/Azure/azure-sdk-for-js/issues/20502 Draft PR in JS: https://github.com/Azure/azure-sdk-for-js/pull/20516 --- While investigating what sensitive logging to add to our credentials, we have determined...
This linter PRobot seems to make a new commit per changed file, is that correct? If so, would it be possible to _ammend_ several of these changes into one commit?...
I've been using this line to fix the one line links: ``` syn region mkdLink matchgroup=mkdDelimiter start="" oneline contains=@Spell skipwhite ``` Also, the syntax gets messy when there's code inside...
For some people it's better to edit values in a single page, DynamoDB is able to do this, but the previous approach required one item per configuration, meaning one edit...
The current code used us-east-1 as the region but there are many others, so now we're downloading the region from amazon's API. Sometimes the answer ends with a number different...