Jørgen H. Fjeld

Results 17 comments of Jørgen H. Fjeld

I see some tests are failing, I'll look into that.

> Thanks @jhf for your PR. > You are welcome. > If I understand correctly you are currently running `elm-analyse --format=json`, but the output of the process is not correct...

Yes, for C# only that would be nice, however I'm exposing this as types to other programming languages, that don't support abstract types, but does support union/sum types, thats why...

@cezarypiatek Sorry for the late reply as well. While the mechanism you describe is the ultimate in flexibility, I think a more direct approach would be simpler. In particular, the...

@cezarypiatek I have been using [OneOf](https://github.com/mcintyre321/OneOf), but I see that `AnyOf` has support for json as well!

In the case of `AnyOf` then the type would be quite straightforward: ``` ... public AnyOf Agent {get; set;} ... ``` I'm currently using [ServiceStack.OrmLite](https://docs.servicestack.net/ormlite/) so I would need that...

I've tested with Safari 14.0.1 (16610.2.11.51.8) and Firefox 82.0.3, and in both there is no `"contents"` in the iframe. Safari ![image](https://user-images.githubusercontent.com/18099/100104269-412de200-2e66-11eb-88be-9eb527c86383.png) Firefox

I've tried this in a crystal project for fast import from a csv file to postgresql. It worked as expected with copying, but I think there should be an example...

I'd very much like to see support for JWT's in cookies to allow a minimal setup with PostgREST using less resources. Also it simplifies services to void having a rewrite...

> > Furthermore, with a bearer and refresh token, there has to be client side logic to refresh, if there was a Bearer and RefreshBearer cookie, then that allows for...