Yurii Rashkovskii

Results 214 comments of Yurii Rashkovskii

I mean, in a sense, at this level, PumpkinDB is fairly dumb — it just stores what it is told to store; subsequently, it retires whatever it is told to...

A thought: represent it as executable code with type checkers and a binding for the word itself: `[BINARY? > UINT?]` Where > (or some other simple word) will be mentally...

I've done a little bit of work on typing PumpkinScript (https://github.com/yrashk/PumpkinDB/commit/ce0354361c96a6f9710b9a3225f332d87edb173b) but ran into a dead end of a sort with typing closures; since we don't know how many times...

There will be even a higher overhead of having to send and receive the data closure wants to send to the parent. I suspect copying will be a much smaller...

Thanks for looking into this issue! Which browser were you trying to use to reproduce the issur? I know that it doesn't reproduce in Firefox but it does in WebKit-based...

Should be this: https://github.com/GitbookIO/theme-api/blob/master/src/js/theme-api.js

This interface is a bit hard to implement until we introduce a resource management system (which we need for properly releasing transactions, but it still hasn't been done). An alternative,...

Also, I think mandating a timeout is a good idea. Then a "try lock" can be implemented as simply a zero-timeout lock.

We ran into a bunch of issues we don't have great solutions for trying to implement this. Removing it from the 0.2 milestone for now.