Felix Uhl
Felix Uhl
Add tapNoneIO for Option, TaskOption and IOOption and tapErrorIO for Either, TaskEither and IOEither
## 🚀 Feature request ### Current Behavior Right now, if I want to log that a function has returned `none`, there's no `tapNone` function, I have to do a dance...
react-virtual is now available as v3 and published under @tanstack/react-virtual. The old version will not receive updates anymore, see https://github.com/cloudscape-design/components/pull/1765#issuecomment-1839426894. Fixes #330 This required a few more changes than I...
When searching for a package (let's take `moreutils`), links to each pacakges hydra runs are shown in the details view:  > - [aarch64-darwin](https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.moreutils.aarch64-darwin) >...
When opening a package that doesn't specify `meta.platforms`, the message is simply "This package is not available on any platform."  This is somewhat misleading,...
### Summary Fix formatting mistake in README, see rich diff in GitHub to see the result. ### Checklist * [x] Does your PR title have the correct [title format](https://github.com/amplitude/Amplitude-Node/blob/main/CONTRIBUTING.md#pr-commit-title-conventions)? *...
Right now, it is impossible to receive arbitrary byte-strings. I wrote a simple setup where my python-script sends the character `'\xff'` and the Arduino sends that back. When a string...
Very useful for raw data. Sending and receiving will not format the input data in any way. Fixes #33
Fixes #25
Markdown only renders headings properly when a space is inserted after the last `#`.
Would you consider publishing this as a package on pypi? It would be nice to be able to install this with pip easily.