divinity76
divinity76
looks like your IDE installation is broken.. try re-installing `IntelliJ IDEA` ?
Update: has nothing to do with IDE. In pom.xml at https://github.com/al6x/ib_api/blob/0a05a5161616b612228094dbc7dce1374891b6b1/pom.xml#L36-L38 it's pulling org.jetbrains.kotlin version 1.3.72, which is plain incompatible with modern jre.. we need to update org.jetbrains.kotlin 🤔 ```...
@srikumarbagaw i think #5 should fix it, you can try manually patching in that pom.xml and run it again PS, as of writing, ib_api is not compatible with the newest...
> Only the developer can do that. I would have to provide a compelling case to explain why a terminal app needs location information. You want to bring feature parity...
>Note I don't see a contributor agreement for @divinity76 I have no knowledge of any wolfssh contributor agreement. I'd be okay with signing one. >Can you tell us about your...
@ejohnstown >I'll do a new PR to fix this Why? your new PR #853 has the exact same fix (at least in it's current revision 6393a6c7e4d9f3b330f06da472eb50421b89fe76 ) I could've seen...
would it suffice for your use-case to add support for reverse proxy backend unix sockets, instead of dedicated tcp ports?
would it suffice for your use-case to add support for reverse proxy backend unix sockets, instead of dedicated tcp ports? It would be easier to reason about security (we'd use...
ah yeah you're right, thanks. the documentation could probably be better, i got confused.. so stream_get_content()'s $offset actually seeks from an absolute position (akin to a fseek(SEEK_SET)), while stream_copy_to_stream()'s $offset...
The new `awk -F"'" '/SHELL/ {print $2}'` no longer stops after the first match, while the previous `grep -m1 … | cut …` did. If a package file ever contains...