Kamil Burzynski

Results 11 issues of Kamil Burzynski

It would be nice to be able to register new keywords and their respective handlers.

When running `wpantund` on OSX, the following error shows: ``` Oct 13 09:29:46 wpantund[68138] : ../util/netif-mgmt.c:479: Requirement Failed (Undefined error: 0) Oct 13 09:29:46 wpantund[68138] : Failed to join multicast...

When client is making immediate request, asking for extra arguments (e.g. "http://openid.net/extensions/sreg/1.1", optional = "email") and user is not authorized, setup_url is returned. OpenID::Server::CheckIDRequest is trying to clone itself for...

I'm trying to port https://github.com/mrdoob/three.js/blob/master/examples/webgl_materials_wireframe.html / http://threejs.org/examples/#webgl_materials_wireframe to React renderer, and it seems that the `shaderMaterial` does accept source code for vertex and fragment shaders properly, but then doesnt allow...

enhancement

In some IoT deployments, especially mesh-based, all devices are divided into groups (meshes). They can communicate with each other (e.g. by proprietary radio), but not with the Internet. Each mesh...

feature request

During usage of the plugin (v2.6.2) I've got this error reported by Idea: ```java.lang.NumberFormatException: For input string: "" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Integer.parseInt(Integer.java:678) at java.base/java.lang.Integer.parseInt(Integer.java:786) at com.eny.i18n.plugin.ide.settings.SettingsPanel$numberInput$1.invoke(SettingsPanel.kt:114) at com.eny.i18n.plugin.ide.settings.SettingsPanel$numberInput$1.invoke(SettingsPanel.kt:38) at com.eny.i18n.plugin.ide.settings.SettingsPanelKt$addLimitationsAndHandlers$4.removeUpdate(SettingsPanel.kt:31)...

Well, it seems that the original tree was just 3D, with proper perspective. Darker parts are the ones with deeper z, that's it. Also, perspective allowed the original to have...

I wanted to include some package in `node_modules`, unfortunately optimizer optimized the `node_modules` part of the path away, making the module not loadable from zip. This PR fixes this behaviour.

When using some node_modules like pg (Postgres drivers), sometimes it is necessary to have `node_modules/pg` folder inside zip. Original optimizer omits `node_modules` resulting in broken folder tree, this patch fixes...

It seems, that record field types are not properly nested with a record namespace. Namely having `a.avsc` schema: ``` { "type": "enum", "name": "A", "namespace": "com.example", "symbols": [ "foo", "bar"...