Laurence Gonsalves
Laurence Gonsalves
Feature request: Include a Build Service in the Gradle plugin. ## Background/motivation We have some tasks that need a postgres database to be running while they execute. Rather than requiring...
**Name of the lexer** GraphQL **Code sample** ``` graphql """ InputOne's description (works) """ input InputOne { """ id's description (doesn't work) """ id: Int! } """InputTwo's description (doesn't work)"""...
This script listens listens to i3 new/move events, and tells i3 to move windows from workspace 1 to workspace 10 unless they have a mark that starts with "_dontmove". Thanks...
When I attempt to build, I get this error from Android Studio. > Error:(1, 0) The android gradle plugin version 2.4.0-alpha7 is too old, please update to the latest version....
## Expected Behavior No warnings. ## Current Behavior Running the released version of SchemaSpy from (6.1.1, from docker) with a postgres DB results in the following warnings: >WARNING: An illegal...
See https://docs.github.com/en/actions/publishing-packages/publishing-java-packages-with-gradle for some docs.
The `RedisClient` docs say: > [RedisClient](https://lettuce.io/core/release/api/io/lettuce/core/RedisClient.html) is an expensive resource. It holds a set of netty's [EventLoopGroup](https://netty.io/4.1/api/io/netty/channel/EventLoopGroup.html?is-external=true)'s that use multiple threads. Reuse this instance as much as possible or share...
The Property Definitions list in ns/index.html has several property names with broken links. Remove the deprecated ones, and fix the not-deprecated one. Fixes https://github.com/w3c/activitystreams/issues/525
Please Indicate One: * [X] Editorial * [ ] Question * [ ] Feedback * [ ] Blocking Issue * [ ] Non-Blocking Issue Please Describe the Issue: [ActivityStreams 2.0...
What is the feeling on wildcard imports? I know the general consensus among Java programmers is that they are undesirable, but I'm wondering if the pros may outweigh the cons...