shanet

Results 13 comments of shanet

Echoing @hellower's comment above, I too had the same issue while building on the Postgres 14.1 Docker image which is based off of Debian. To fix it I added the...

I ran into the same issue and fixed it by adding a custom apparmor profile that allows access to dbus as such: ``` #include profile docker-ecs-agent flags=(attach_disconnected,mediate_deleted) { #include network,...

This seems more like an issue with https://github.com/sparksuite/codemirror-spell-checker than EasyMDE. If it's bothering you though, you can set `spellChecker` to `false` in the EasyMDE constructor. That will prevent it from...

@adipasquale Negative, I'm still serving a static copy of the Sentry JS file outside of an import-map with a dedicated `script` tag in the head. It's a bit frustrating to...

Hmm, I didn't consider unicode support when building this. I've been meaning to go back and fix/improve a few items with this project. I'll try to add unicode support at...

It's a custom protocol built on top of TCP. Communication between the client and server is encrypted and so is communication between clients.

You'll have to be more specific than that. What error are you getting? Is the port open?

Hi ralic, was this opened as part of a script that converts Python 2 projects to Python 3 and then opens a PR for them? The reason this project is...

Hi @trullock, thanks for reporting this. I'm just now catching up on old issues across my GitHub repos tonight. Yes, I think your analysis is correct. What's needed here is...