Danny Povolotski
Danny Povolotski
I suggest the maintainers add a `CONTRIBUTING.md` file: https://mozillascience.github.io/working-open-workshop/contributing/ As someone who just had the need to clone Deno & poke around, I can say that beyond just regular rust...
I am trying to do something like: ``` var available = later.parse.recur() .on( availability.days ) .dayOfWeek() .after( moment(availability.start).format('HH:mm') ) .time() .before( moment(availability.end).format('HH:mm') ) .time() .except() .on(holidays) .fullDate(); ``` Where days...
I'm looking at a use case where I defined availabilities, tasks and generate them. However, sometime in the future I might come back and with those same availabilities try to...
I'd be happy to provide a PR for this, but first I want to know if there's interest. From what I see, the Dex UI ends up accessing the `_decoded.asks`...
I mentioned this in another PR (https://github.com/project-serum/serum-ts/issues/108) but thought I'd ask here too. From what I see, the Dex UI ends up accessing the _decoded.asks and _decoded.bids and then set...
When I try to build `rnmk-demo` (after including the *.a file as instructed and including the RCTMaterialKit project) I get this error: `/Users/danny/src/react-native-material-kit/iOS/RCTMaterialKit/MKTouchableManager.m:59:18: Property 'eventDispatcher' cannot be found in forward...
### What problem did you meet? I am trying to create a token exchange flow (RFC8693) for a game. I'm getting one token from a game launcher, and need to...
I'm building this as part of an Unreal Engine plugin. On some platforms it targets, exceptions aren't available, making it impossible to compile. My suggestion is to add the necessary...
The currently referenced C++ implementation is unfortunately incomplete and hasn't been worked on in over a year. I recently had to use borsh in a C++ environment, so I ended...