Tom Bertalan

Results 33 comments of Tom Bertalan

@Fuckingnameless Well, rather than signed by *my*self, I really mean a certificate the developer would include that isn't associated with any particular domain. I'm also ok with plain http here.

Probably they mean to support more than plain-text output, like how Jupyter shows [HTML reprs](https://matthewrocklin.com/blog/2019/07/04/html-repr) if available. Related to #16 and #13 , and probably others asking for image output.

I tried uninstalling and reinstalling today; same problem. To provide a little more detail, it seems to work normally if I open the sub-directory containing my test file (which contains...

Also, FWIW, I tried to compile myself with something like ```bash python3 -m venv ~/.virtualenvs/localfilesystemlinks source ~/.virtualenvs/localfilesystemlinks/bin/activate sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 sudo apt-get install gcc libpq-dev -y sudo...

I guess the bird left sometime last night. It looks like ```python from julia import Julia, install install() jl = Julia() ``` helps. (It looks like this should have been...

A useful note (I think): I believe that the [ReShade post-processing injector](https://reshade.me/) might provide a way to do this with a little less grunt work from our side. ... and...

Yeah, I know this is a harder thing to do, for sure. I saw you were looking for people with knowledge of OGL rendering pipelines (not me!), and thought that,...

If you can identify which texture is applied at each pixel, then you have only a mapping from a few hundred textures to a handful of classes left to learn....

Is there a timeline or roadmap slot for this? My employer prevents me from installing Obsidian, so I'm making do right now with vscode plugins. The edit/preview separation is too...

Foam provides my wikilinks, and apparently uses the "go to definition" action for that. I don't know if it would be preferable to use that or create your own parallel...