Kris De Volder

Results 22 issues of Kris De Volder

Installed notty from opam. Then tried to follow the 'Basics' instructions. For example here's what I tried: ``` ─( 19:49:50 )─< command 0 >───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────{ counter: 0 }─ utop # #require...

Trying to run multiple local instances of a service for 'testing' purposes. I set 'server.port=0' on my local app so that when I launch an instance it picks its own...

documentation

We created a model that contains some simple nodes that basically consists of a simple 'box' with a label inside of it. We specify a minWidth and maxWidth on the...

This is probably due to some limitations in websocket implementation in the browser environment. But we experienced that WebSocketDiagramServer silently drops messages when they go beyond a certain size. This...

When I report a issue, there's a prompt about 'Documentation issues' as reporting issues with the 'reference docs' or the 'api Java doc'. But as to the reference docs... I...

**Describe the bug** I created a properties file called 'extra.properties'. I am loading this properties file via an entry in `application.properties` like: ``` spring.config.import=classpath:extra.properties ``` This works as expected at...

status: waiting-for-triage
type: bug

**Describe the bug** When you have a maven project that depends on another maven project and the second project contains spring properties defined in @ConfigurationPoperties, these properties in the dependencies...

status: waiting-for-triage
type: bug

This a follow up ticket to https://github.com/spring-projects/sts4/issues/427 More specifically point number 1 for this comment: https://github.com/spring-projects/sts4/issues/427#issuecomment-625378951 I beleave what is being asked for is a behavior similar to how Java...

type: enhancement
theme: property-editing-support

What I mean is the JVM hosting the client, if executing in a proxied environment will probably be already configured to work with the proxy. For example by having system...

operations
triaged
enhancement

I was trying to fixup some code that uses multiple SockJS instances to use WebSocketMultiplex instead. But it seems that there is an built-in assumption that I can not open...