Matevž Jekovec

Results 88 comments of Matevž Jekovec

FYI the hardhat-boilerplate example used in the Browser chapter is not being maintained by upstream for a while now: https://github.com/NomicFoundation/hardhat-boilerplate It seems feasible, if we ported https://github.com/oasisprotocol/demo-starter frontend to a...

> * tag current branch as 1.x / stable > * new stuff goes as 2.x / beta? Sleeping over this, I would name the stable branch as `clients/js/1.3.x` and...

> I don't have dappwrite or synpress setup in CI so I can't run E2E tests that require metamask. > > Will add a test for `.getSigner()` if it works...

> The README file has the build "compilation" instructions. I currently don't remember if I have ever done a windows build. Maybe we can provide a nightly build from develop...

Ruby support is a bit rusty. If you don't need ruby support, you can always do `cmake -DNO_RUBY=1` to avoid ruby-related compilation errors.

Windows build environment prepared and uploaded to dockerhub: https://hub.docker.com/repository/docker/canorus/buildenv-windows

This was already implemented some time ago. See `CADocument._timeEdited` field. What is missing is the UI showing it.

I suggest the following UI: - Add a new tab "Statistics" to Document properties dialog showing editing time and then note/bar/context etc. statistics below (maybe in form of a table...

For editor you can already setup custom colors in the Settings dialog. Saving and loading of colors (with some predefined themes?) would be nice, yeah (maybe a similar mechanism to...