-
Following a question on Stackoverflow:
https://stackoverflow.com/questions/44040591/excluding-elm-source-files-from-sbt-binary-distribution
-
My Play Framework app delivers a number of separate HTML pages to the browser. Rather than download `elmMain.js` into each of those pages, I would prefer each HTML page to download only the Elm-genera…
dpinn updated
6 years ago
-
This is a collection of build tools we may potentially support:
- [x] .NET: [NuGet](https://www.nuget.org/)
- [ ] C/C++: [Buckaroo](https://buckaroo.pm/)
- [ ] C/C++: [Conan](https://conan.io/)
…
-
run sbt test on
* main project
* simple example
* play example
That should catch bugs like #3
Should be quite trivial using travis, not sure how to make sure elm is installed
-
## steps
* download IntelliJ 2024.2 community
* clone rudder repository: `git clone https://github.com/Normation/rudder.git`
* cd to `rudder/webapp/sources` and run `./rudder/rudder-web/src/main/…
fanf updated
2 months ago
-
Version 0.18 added `TsType.Tuple` and `FlowType.Tuple` to encode tuple Typescript and Flow tuple types:
```typescript
export type SpreadsheetCell = [string, number];
```
We can currently creat…
-
For developer onboarding, there is development.md. I find it helpful, but not perfect. There are several things that can be improved.
## Link to development.md from README.md
If it was linked fr…
v6ak updated
11 months ago
-
This is a great idea! Sadly, because it emits compiler warnings it breaks my workflow and I suspect my approach is not unique.
**TL;DR;** this plugin does not support TDD if fatal warnings are enab…
-
In the wake of the [exact-printer](https://github.com/haskell/cabal/issues/7544) initiative, [I proposed another approach](https://twitter.com/Profpatsch/status/1426523345730908161): why not say good …
-
Below the console output:
[play-purescript-example] $ test
[trace] Stack trace suppressed: run last web-assets-test:assets for the full output.
[error](web-assets-test:assets) Duplicate mappings:
[er…
emiaj updated
8 years ago