-
It would be helpful to have a hook to allow custom attribute filtering. I propose something much simpler than #24 that would integrate with the existing builder syntax:
```go
// AttrTransform is …
-
We already have many parts to make it happen. I.e. voting system can be somehow resued to allow polls (i.e. multiple items inside of a single comment). However, this function will need a special rende…
-
One of the very common transformations I need (except from the ones that this library already enables) is casting a value into a Date. Would it be possible to add a function for that like:
```js
…
MrLoh updated
2 years ago
-
## Expected Behavior
Recent work in #31 spurred an idea to refactor ez-build to properly define pipelines as a composition of transformation functions, working on a data structure representing the pr…
-
At the moment, `cPlugin` offers a useful interface for transforming identifiers, but not necessarily the full range and abilities of Nim's macro system. Generating bindings in a relatively barebone ma…
-
Attempting to compile this code:
```
{-# LANGUAGE TypeOperators, RankNTypes #-}
module Test where
import Control.Natural
trans :: Maybe ~> []
trans Nothing = []
trans (Just x) = [x]
testFun :: (Ma…
-
### Description
Currently OME data is composed using `tifffile`. Using `ome-types` will provide a more complete OME vocabulary.
-
I am integrating gglsbl as a backend for checking of URLs that are sent in our customers' messaging. This library has been extremely helpful in doing so - props for that.
A question I have is wheth…
-
Recently I come over an situation where I had to work with several devices which did have few configuration options related to "debounce" and "timeout" handling. These seem very fine mechanisms to min…
-
@odersky mentions in his 2015 talk "Spark -- the Ultimate Scala Collections" around [this point](https://youtu.be/NW5h8d_ZyOs?t=1200) that it would be a "very very good idea" to add a method `View[A]#…