Jason Pickens
Jason Pickens
**Reasons for making this change:** Ignore the new `.bsp/` directory that is created by sbt 1.4.0 and later. **Links to documentation supporting these rule changes:** https://www.scala-sbt.org/1.x/docs/Combined+Pages.html#Build+server+protocol+%28BSP%29+support > sbt 1.4.0 adds...
If any of the sync requirements are not met (such as `developers` is empty) then it would be nice to know this as early as possible, such as when loading...
I've never used Bookmarklets before but my understanding is that it is just a bookmark with the URL of `javascript:...`. I followed the link on the README to https://keyes.ie/things/baseliner/ and...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
I had recently enabled the silencer sbt plugin and then started noticing really strange behaviour where I knew I had compilation errors but the `sbt compile` task would succeed. `sbt...
I think this should fix #68. `com.typesafe.sbt.site.Preview#runTask` is using `sbt.Extracted#runTask` which says "If the project axis is not defined for the key, it is resolved to be the current project."...
### Play JSON Version (2.5.x / etc) 2.6.9 ### API (Scala / Java / Neither / Both) Scala ### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10) macOS...
## steps sbt or Giter8 version: *0.12.1-SNAPSHOT* ``` ❯ /Users/jason/.conscript/bin/g8 BotTech/sbt-autoplugin.g8 -b bottech sbt plugin seed pluginName [Foo Bar]: Turtles name [sbt-turtles]: organizationName [BotTech]: organization [nz.co.bottech]: package [nz.co.bottech.sbt.turtles]: purpose [An...
`giter8.G8#templateFiles` is excluding `test` files which means that any sbt-scripted tests in a template are ignored. For example run: ``` sbt new sbt/sbt-autoplugin.g8 ``` and note that this file is...
Antd 4.22.3 has `lib/pagination/Select.d.ts` and `lib/select/index.d.ts`. The former is being converted to `typings.antd.selectMod` and the later `typings.antd.libSelectMod`.