Michal

Results 63 issues of Michal

Hey! I'm a long-time React developer who just started learning Svelte, so my view might be a little skewed, but I just wanted to share my thoughts. So far, I...

### Describe the bug In a `{@const ...}` block, the dependencies are resolved by variable name. If there's shadowing, the dependency might not match the actual variable being used. This...

It is almost impossible to learn how to use SparseMatrix from the [current documentation](https://mathjs.org/docs/reference/classes/sparsematrix.html). The [example code](https://mathjs.org/examples/sparse_matrices.js.html) also isn't very useful. We need to improve the documentation and make it...

feature
help wanted
documentation

As described in #682, the gray color doesn't have sufficient contrast against the background in dark theme. This PR replaces it with a more reasonable variant. ## a picture is...

## Describe the bug When I disable the Meta key (or Super key) in settings, pressing it still has some unwanted and unintuitive effects. Bug originally described in [this issue](https://github.com/elementary/switchboard-plug-mouse-touchpad/issues/96)....

Status: Blocked

In contrast to most JavaScript code, Python libraries often work synchronously and may even expect one's callback function to resolve synchronously, even if that doesn't make sense in JavaScript environment....

question

## The problem According to the [original Markdown spec](https://daringfireball.net/projects/markdown/syntax#html), the [CommonMark spec](https://spec.commonmark.org/0.30/#html-blocks) and the [GitHub Flavored Markdown spec](https://github.github.com/gfm/#html-blocks), HTML blocks are specified as valid Markdown. However, attempting to use HTML...

Elementary added flatpak support in version 5.1, so I downloaded this plugin for my oh-my-zsh. The problem is that the plugin only sees few applications. When I type `flatpak run...

Source of the configuration is the last post of [this thread](https://www.bountysource.com/issues/46915934-adding-of-digitalglobe-as-wms-sources).

Add an `async` flag to the options of `compileExpression`, which will automatically await all promises inside the expression. See [#26 on the old repo](https://github.com/joewalnes/filtrex/pull/26) for discussion.

enhancement
design