Martin Zlámal

Results 30 issues of Martin Zlámal

Most of the scanners are checking the validity of a workspace. We can easily do this via Yarn Plugin (see `validateProject` and `validateWorkspace` in https://yarnpkg.com/advanced/plugin-tutorial). There are still going to...

Function `injectRuntimeStyles` is currently wildly ineffective and kinda broken. ## How it works now We call `injectRuntimeStyles` everytime `sx.create({ … })` is called at runtime (in a browser context). This...

help wanted

See: https://github.com/adeira/universe/commit/c27faf044896b4fda928bdced9a6b8756c93ef0f (the actual JS implementation doesn't match well how Flow behaves)

enhancement

There are some dependencies that started pushing native ES modules in a very invasive way, see: - [ ] `strip-ansi` 6.0.0 -> 7.0.0 (https://github.com/adeira/universe/pull/2249) - [ ] `hast-util-to-html` 7.1.3 ->...

I am currently a bit busy to start working on this but I would like to outline here how should the `@adeira/css-colors` package evolve for the future 3.0 major version....

It seems like keyframes are fairly limited in what can go inside. Specifically, we allow only raw styles without any pseudo or media definitions. I wanted to write something like...

bug

This is a follow-up after these PRs/issues: - https://github.com/adeira/universe/commit/1c5d0b46ea5f0814a6d3b3f1566c2b7d8d68e908 - https://github.com/adeira/universe/pull/1805 Basically, we have issues using these two presets together (for example, crashing on `Missing class properties transform` when running...

help wanted

See: https://github.com/renovatebot/renovate (similar to Dependabot but from my experience better - get in touch for more details if needed)

The goal of this task is to enable the following config option in `.flowconfig`: ```diff - experimental.enforce_local_inference_annotations=false + experimental.enforce_local_inference_annotations=true ``` This project currently has 10 errors after enabling this option...

hacktoberfest

The purpose of this change is to replace `@adeira/fetch` dependency used in `src/relay/` project with a simple `cross-fetch` dependency (this will remove `fetchTimeout` and `retryDelays` functionality so a small refactoring...

hacktoberfest