Sʜɪᴍᴜʀᴀ Yū
Sʜɪᴍᴜʀᴀ Yū
Dropping [`timeout-minutes`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes) configuration is a common mistake when writing jobs; the default value is 360 (6 hours!), that can waste your quota.
Currently it just panics: ``` custom attribute panicked message: called `Option::unwrap()` on a `None` value ```
I've noticed some design inconsistency between platforms while implementing #12. As mentioned in #92, it makes sense to having some option to generate not an installer but just a bundle,...
~~***Don't merge yet!*** This PR is an early-bird for #12, being not yet publicly usable because https://github.com/servo/core-foundation-rs/pull/416 is not yet officially released. Just tracking purpose for now,~~ although you can...
There's `@readonly` for non-writeable properties, but I couldn't find any ways to declare enumerable and configurable. Do you accept PRs to add these features?
https://deno.land/x/[email protected] The Deno version of this package is still 4.1.0. Could you release it along with the timing of npm releases?
BREAKING CHANGE: `check` method of compound runtypes such as `Record` and `Tuple` now returns a new object instead of original one Resolves #56. It's inspired by https://github.com/pelotom/runtypes/issues/56#issuecomment-757425403. Detailed usage is...
Currently, `Dictionary(String, Number)` does not validate successfully in some edge cases, for example a key is `Number.MAX_VALUE`, despite the fact that TS allows it: ```ts type D = { [_:...
Closes #217. ~~This is still a very draft, but it would work. Test cases are not yet sufficient almost certainly.~~