shigeru.nakajima

Results 15 issues of shigeru.nakajima

I think #1 is caused by the difference between a file name in the bin directory and the command name in the package.json.

# Problem bootstrap-select depends on the load events of the window. https://github.com/silviomoreto/bootstrap-select/blob/master/js/bootstrap-select.js#L1840 ```js $(window).on('load.bs.select.data-api', function () { $('.selectpicker').each(function () { var $selectpicker = $(this); Plugin.call($selectpicker, $selectpicker.data()); }) }); ``` But...

I am using two workspaces. And each workspace depends on the same package with different versions. In this case, the package is installed under the workspace directory. This is the...

Tutorial sample `fast_blank` is ```rb class String def blank?(string) char *s = string int i = 0 int a = string.size while i < a do return false if s[i]...

enhancement
difficulty: moderate
C

We are looking for contributions to the translation of the “Object Key” challenge. - [x] en - [x] es - [x] fr - [x] it - [x] ja - [...

help wanted
translation

See #259 #195 #153. Many Windows users confused to start with the javascripting. We need nice instruction for Windows user. PR is welcome. Please write your awesome instruction in `Install...

help wanted
windows

This is a proposal for a new challenge. Please give me ideas and feedback. ## Title FUNCTION RETURN VALUES ## Goal Learn how to handle function return values. ## Problem...

new challenge

Cannot pass block to `JS::Object#new` method. Therefore, to initialize a Promise object by passing a callback function to it, we must use `JS.eval` as follows: ```ruby JS.eval("return new Promise((resolve) =>...

## What happened. I installed Node.js 20.8.0 and ran `rake npm:ruby-head-wasm-wasi:check` and got the following error: ``` ►rake npm:ruby-head-wasm-wasi:check npm test > [email protected] test > RUBY_NPM_PACKAGE_ROOT=../ruby-head-wasm-wasi npm -C ../ruby-wasm-wasi run...

# Error information I found a parse error when I convert the next code by the gulp-browserify. ```js const { EventEmitter } = require('events') const em = new EventEmitter() em.on('data',...