Nikolai Mushegian

Results 79 issues of Nikolai Mushegian

I've run `dapple init` in my repo. What is the fastest way to get to a github-integrated CI solution based on `dapple test`?

discussion

the subpackage map should map "aliases" (name of package in packages dir and used in imports) to package descriptors which contain a mandatory semver and an optional `true_name` if it...

enhancement

- dev environment check (dappfile, subpackages, dapplerc, ipfs, geth) - breaking change hints https://github.com/nexusdev/dapple/issues/160 - package consistency check

in progress
discussion

`expectEventsExact(target)` should ignore events fired by `Debug`, like `logs`. We can have an `exepctEventsExact(target, mind_dapple_events=true)` to test various edge cases

enhancement

I think that I can program anything using just type constructors (and pattern matching / destructuring) and not use lambdas or lambda application at all. 1. Is this true? Is...

discussion

Thoughts on this? Allow pattern matching like this when used in a special 'reflect' term? I still don't understand the runtime enough to know if this info is always there...

I think we could get a lot of mileage out of HVM already by exposing stdio through a minimalist line-oriented IO primitive that might look like this. ``` (IO Input...

Do this for Urbit planets and call them Sectors. You can get a complete sector for breaking open a star; I suggest you charge a 1% fee for this (ie,...

package needs its own internal notion of time if it wants to expose consistent time interface ie https://github.com/ricobank/ricobank/pull/77