Tobi Binna

Results 22 issues of Tobi Binna

## 📖 Documentation I could not find any details on why the `never` codec is deprecated, or what to use instead. Is there any documentation or explanation for this? Just...

@alexandru just wanted to check if you plan to work on this project again in the future? We love the work that you have done with funfix (as we are...

With the update to Play 2.6 my Play WS clients broke. Previously body serialization when calling `put`, `post`, etc. worked using `play.api.http.Writable` and type class instances `writableOf_Json` in Circe.scala did...

I am using org.sangria-graphql:sangria_2.13:3.0.0 dependency in a Maven project which uses org.apache.maven.plugins:maven-dependency-plugin:3.2.0:unpack-dependencies during the package phase. Unfortunately, the package phase keeps failing with the following error when the maven-dependency-plugin tries...

Since [implementing the project graph API v2](https://github.com/toolsplus/nx-forge/issues/55), Nx can infer nx-forge tasks from detecting the presence of the `manifest.yml` file in a project root. Starting from [Nx 18 (project Crystal)](https://github.com/nrwl/nx/releases/tag/18.0.0),...

Update the application generator to register [`targetDefaults`](https://nx.dev/recipes/running-tasks/reduce-repetitive-configuration). This should help to remove target definitions where the targets are configured with the default values. Refer to the [`targetDefaults` reference docs](https://nx.dev/reference/nx-json#target-defaults) for...

enhancement

Refer to https://github.com/toolsplus/nx-forge/issues/61#issuecomment-1907035176_ for details.

documentation

The install executor does not prompt for the required `site` and `product` parameters if they are not provided. Improve the CLI to prompt those if they are not provided. Additionally,...

enhancement

The current set of e2e tests contains significant duplication because they are testing individual parts of the plugin. Instead, they should rather simulate user scenarios, e.g., simulate the [steps in...

enhancement

Nx 15.3 introduced the concept of standalone applications. This is convenient if a user wants to avoid working with a monorepo-based setup and instead work with a single project for...

enhancement