Sebastian Davids
Sebastian Davids
@magro any update on this?
The idea sounds cool ... but: > create draft tickets in offending repos GitHub does not have a draft ticket concept; only draft PRs. https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#create-an-issue Not every NPM package uses...
Sounds good. That would be a breaking api change though…
```java @Entity(name = "users") public class User { @Id private UUID id; private String email; // Getters/Setters } ``` ```java @RepositoryRestResource public interface UserRepository extends CrudRepository {} ``` ```shell $...
https://github.com/swiftlang/swiftly/blob/364b02bb2904cff62a604bfa4a0ef0d1d9164cd5/DESIGN.md?plain=1#L57 Please honor XDG conventions on MacOS also—Mac users prefer uncluttered home directories too 😉 Here is how _swiftpm_ did it: https://github.com/apple/swift-package-manager/pull/7386
Using `private Map initScriptPaths = new LinkedHashMap();` would support my use case #8634.
Just one question about this approach: Where/how do you specify the desired spring profile? One could have fine-grained profiles containing only the credentials and then run the application with several...
Two alternative ideas: Label `org.springframework.boot.service.use-environment-configuration` or something similarly named. If `true` the Docker Compose support will use the appropriate config from the Spring environment for the annotated service. It would...
@ericelliott Maybe you could provide an authoritative assessment?
I opened this issue because I considered doing a 1:1 algorithm translation in a new repo but I think it would be better to update this project instead of creating...