Christian Neverdal

Results 8 issues of Christian Neverdal

``` import argonaut.Shapeless._ import argonaut.{DecodeJson, DecodeResult, EncodeJson, _} object ArgonautPlaying extends App { case class CC(i: Int, s: String) // encoding val encode = EncodeJson.of[CC] val json = encode(CC(2, "a"))...

`npm install` says: npm WARN deprecated [email protected]: This project is no longer maintained. https://github.com/supasate/connected-react-router is the alternative that is listed on the [react-router-redux main GitHub page](https://github.com/reactjs/react-router-redux).

https://docs.microsoft.com/en-us/aspnet/core/migration/21-to-22?view=aspnetcore-2.2 https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-2.2

Is it possible to make radio buttons with this project?

enhancement
help wanted

Let's say that a user should choose his favorite artist, yet, we're not going to use the name but rather a reference to another artist. ``` {{em-select label="Artist" property="artist" content=artists...

enhancement

This code Start month: {{select-picker content=singleContent selection=startMonthChoice action=(action "test") optionLabelPath="content.label" optionValuePath="content.value"}} causes the warning DEPRECATION: A property of was modified inside the didInsertElement hook. You should never change properties on...

bug
enhancement

I'd like to make separate fat JARs (for development, production, etc.) with the appropriate set of configuration files copied into the JAR. Can that be easily done, or should I...

Using this in a React+TypeScript project, I get ``` error TS7016: Could not find a declaration file for module 'material-ui-banner'. 'node_modules/material-ui-banner/dist/index.js' implicitly has an 'any' type. Try `npm install @types/material-ui-banner`...