Voytek Pituła

Results 21 issues of Voytek Pituła

Hey, I have my project based on native-base and run with expo. I have navigation bar on android (the one with home button) configured as white, but when I open...

I'm not sure if it's limited to AnyVals or applies to any class with a private constructor, but it seems to be impossible to match arguments of such type. Pseudo-example:...

Hey, thanks a lot for the `stackline`, it's really useful. In my setup I'm working with multiple windows of the same app (IntelliJ in my case) and navigating to the...

enhancement

Lets provide and example on how to build custom metrics reporter. It seems quite a common case. It should allow measuring execution time of given endpoint. Its especially usable for...

In one of our projects we developed following piece of code to easily create generic CRUD for any type: ```scala import endpoints.algebra trait ApiBase extends algebra.Endpoints with algebra.CirceEntities with algebra.OptionalResponses...

It should be possible to derive some part of [gatling](gatling.io) scenario from the endpoint definition. This would simplify the performance testing of API.

We should investigate if we can somehow give the user possibility to serve responses for http `options` requests in a smart way, deriving the response based on other endpoints defined....

I would like to have an interpreter that will be easy to be used from javascript. So we can release a library written in scalajs and call it from javascript...

In my experiment of migrating existing codebase (relying on Hasura graphql engine) I found out that the current Caliban approach to code generation is a bit cumbersome to work with...

enhancement
client
tools

Hey, I would like to use `use-persisted-state` with `AsyncStorage` available in react-native. The problem is that it returns `Promise`s instead of plain values. Do you think it would be possible...