Kenji Imamula

Results 10 issues of Kenji Imamula

### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Desired functionality...

feature
needs: investigation
area: angular/pwa
feature: insufficient votes

When I try to use a model which is created by fine-tuning MobileNet on a new dataset, I get this error. ``` Error: [Model] Layer DepthwiseConv2D specified in model configuration...

Prevent focus from moving beyond toDate and fromDate to fix #1320

Using ansible 2.2.1.0. While the following playbook works, ```yml - name: Redis master hosts: redis-master vars: redis_port: 6389 roles: - role: DavidWittman.redis ``` the next one results in an error,...

**Module version** - [email protected] - @nuxtjs/[email protected] **Describe the bug** When the tree shaking is disabled (i.e., `process.env.NODE_ENV !== 'production'` or `treeShake` is set to false), some polyfill is not added...

**Module version** - [email protected] - @nuxtjs/[email protected] **Describe the bug** If I use JSX, Vuetify components are rendered correctly only when an app is built for development. **To Reproduce** - CSB:...

I think it would be great if the observer pattern described [here](https://threads.js.org/usage-observables) can be written as follows so that we do not have to depend on any observable libraries but...

enhancement

I have created a user with the replication privilege both in the master and the slave of MySQL instances (which are running in different hosts) as below. ``` mysql> SELECT...

Fixes #658 Currently, promisifying `db.run()` results in a loss of information of `lastID` and `changes`. In this PR, I customized the promisification of `db.run()` using `util.promisify.custom` to solve the problem.

bug

Hi Dan, thank you for the great book! In Item 13, the `NamedVariable` type is used as an example to explain how extending union types can be useful. But I...