Sigmun

Results 15 comments of Sigmun

You'd rather have 2 lines for the same function just to deal with retro-compatibility than using the same function in every cases? I think you'll increase code maintenance load.

In fact, using ST3.2.2 (build 3211) and MarkdownLivePreview 3.0.1, I still have no output with this simple example of code: ```markdown --- title: Test of YAML header --- My document...

I've already propose this as a dendrite feature (https://github.com/matrix-org/dendrite/issues/1699) but it seems to be a good place also. I am convinced that solid WebID (https://github.com/solid/solid-spec#webid-profile-documents) can be a solution on...

My 2 cents: Why not using p2p between devices for whitelist sync and only necessary p2p data sync with FF Sync? I know this is out of pure firefox API...

I have this issue with 3.8.0 on windows

I am also unable to connect. I cannot use the loggin button since I don't have a WebId-TLS certificate. And using the sign up doesn't work for me

Any update on that ? The message I still get today when I click on "Login" is: `WebID-TLS authentication failed.`

Hi, this is the goal of my PR #122. Using this, it will be possible to use the same figure for different plots: ```python s1 = pd.DataFrame(np.random.randint(0, 7, size=10), columns=['line'])...

> Gents, I'm sorry, still having issues figuring out how to plot 2 lines of different style in HTML. > > Let's say here's an example. **df** would have different...