Tien Do

Results 21 issues of Tien Do

Hi, How can I change datetime value after the datepicker control is opened? Thanks,

enhancement
question

It results in line 65 in `classes.cc` prints an invalid number: `cout getDescription()

### What I'm trying to achieve Don't see this error. ### Steps to reproduce the problem 1. Start saleor with `python manage.py runserver 0:8000` 2. Use dashboard for awhile (about...

bug

### What I'm trying to achieve Building dashboard with Node 16 LTS (v16.15.1) ### Describe a proposed solution Upgrade packages, fix incompatibility issues. ### Other solutions I've tried and won't...

Feature request

Select `Preferences` menu, then click on Font Face select box. Issue: font list is too big, almost double needed space for the longest font name in the list. Expectation: font...

bug
Windows
Mac

It's more convenient if repo name in Greenkeeper's notifications (emails/Github issues and PR etc.) is clickable. Example: "Let’s get started with automated dependency management for hello-shopify" is better with: "Let’s...

Currently method `BaseActionWatcher.watch` catches errors in an internal `try/catch` block and silently swallow the errors. It stops watching on any error without providing any chance to retry. It returns `undefined`...

enhancement

Remove hard coded hash of genesis block and redundant calls of `calculateHashForBlock`.

Why not just comparing hashes instead of stringified objects? [isValidGenesis](https://github.com/lhartikk/naivecoin/blob/master/src/blockchain.ts#L232) ```javascript const isValidGenesis = (block: Block): boolean => { return JSON.stringify(block) === JSON.stringify(genesisBlock); }; ```

When does it support monitoring functions? e.g. `goloop rpc monitor event`