user753
user753
## Feature request When libraries like `react-testing-libary` (that emulates user activity) is used It would be useful to view what is going on on the screen ``` function Counter(){ const...
I want to do something like this ``` class Foo {} class Bar {} function fooBar(foo: Foo, bar: Bar){ return () => { // can use foo and bar instances...
Tapir version: 0.16.16 Scala version: 2.13.1 **Describe the bug** I want to use objects in query parameters ```scala def jsonQuery[T: Encoder : Decoder : Schema](name: String): EndpointInput.Query[T] = { implicit...
HttpURLConnectionBackend works fine without any configuration. But when I try to use async-http-client I get `HTTP/1.1 407 Proxy Authentication Required` So I need to set ``` options = SttpBackendOptions.httpProxy() ```...
I would like to use it in tests like this ``` const mementoClient = MementoClient({ cacheDirectory: path.join(__dirname, '') }); const response = await mementoClient.request({url: 'foo', requestHeaders: [], ...}) ``` I...
I think I would be useful If one could use leva with vanilla js or any js framework. Something like ```js const leva = createLeva({ name: "World", aNumber: 0 })...
If I understand correctly it's just a slightly better version of `shallowEqual` but with the cost of proxy usage. With consideration of the proxy cost can I assume that it...
I would like to use astroturf in such way ``` const titleClass = cls` color: red; background-color: green; `; ``` similar to styled but without component
I would like to use scss syntax inside css. Similar to https://github.com/4Catalyzer/astroturf