Michal

Results 163 comments of Michal

I think I found something even better. It's possible to have static inference even with the `z.lazy` pattern, if we modify it slightly. The following code would do the same...

I started working on it, but then got stuck on the fact that Zod types have both a `_def` property and `In` & `Out` type parameters, ie. the actual resulting...

> > Do `import ::{A} from 'a.js'` still expose the module itself as `this`? > > Yes. > > ```js > // module m > export function plus1(x) { return...

I used these commands to walkaround the issue for dark mode: ```sh gsettings set io.elementary.terminal.settings palette '#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#5e5c64:#dc322f:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3' gsettings set io.elementary.terminal.settings background '#2e2e2e' gsettings set io.elementary.terminal.settings theme 'custom' ```

@BenjaminLeonhardt You can check the commit history of this repo to see that, indeed not much happened here in past two years. If you want to use mathjs-simple-integral with the...

Have you tried using the version from PR #4? @JThobbyist claims their PR works with mathjs v7. If you're unable to get the PR working with mathjs v7, I recommend...

I'm having the same problem. I've tried several versions of the package, but to no avail. Downgrading Flutter didn't work either. **EDIT**: Looks like it wasn't a problem with add_2_calendar,...

I'm writing code where I frequently need to check whether a variable is a function or an object, but not `null`. I need that to decide whether I should use...

Just to make the bug report complete, now it even suggests invalid names. Plus it is locale-dependent. I'll investigate it further if I have the time. ![image](https://user-images.githubusercontent.com/1671665/70371991-f8d68680-18d9-11ea-9835-3bbf9de03cad.png) ![image](https://user-images.githubusercontent.com/1671665/70372031-700c1a80-18da-11ea-945a-29a111e3427d.png) ![image](https://user-images.githubusercontent.com/1671665/70372047-95992400-18da-11ea-968e-595f15a946f8.png)

I couldn't figure out the correct grammar for this, but if anybody wants to give it a shot, PRs are always welcome. However, I suspect it would be much easier...