maltheism

Results 8 comments of maltheism

@johnsaigle I'm debugging this issue and so far I think inside `help_editor.class.inc` the query for building the table is not returning anything. ``` SELECT helpChild.helpID as helpID, helpChild.topic as Topic,...

Anyone that has this issue can checkout this discussion for alternative branch that works. Link: https://github.com/octalmage/robotjs/issues/243 Still not sure what the issue is for the master branch not working.

#8 Solution is to add this to SocketIoReadableNativeMap.java: ``` protected SocketIoReadableNativeMap(HybridData hybridData) { super(hybridData); } ``` SocketIoReadableNativeMap.java then looks like this: ``` package com.gcrabtree.rctsocketio; import android.util.Log; import com.facebook.jni.HybridData; import com.facebook.react.bridge.ReadableMapKeySetIterator;...

@kongtiaowang should `CandID` be used when it's referenced in LORIS as `DCCID`? Also might want to swap the table column order for `PSCID` being shown first and then `DCCID` after...

Hi @kongtiaowang, a few browser console errors: ``` Warning: Failed prop type: Invalid prop `minYear` of type `number` supplied to `DateElement`, expected `string`. Warning: Failed prop type: Invalid prop `value`...

Hi @kongtiaowang, when a new appointment has been created, the user has to hard refresh the module after the success dialogue for seeing the new appointment in the table. I...

@evshiron Issue happens on macOS as well. I have a secondary app (built with Swift using Xcode) and I package it inside my nw.js app. The secondary app will not...

@laemtl did this error happen with the redesign?