Tuomas Aho
Tuomas Aho
Is there a way to make text selectable? Can some option be passed?
Needed for Typescript support
- streamTrack can be used e.g. for zooming camera That streamTrack object is handy if you want to zoom videostream. If it is passed to parent component, it could be...
Hi! I tried to use Minimap with MINIMAP = True, but it throws this error on console and map doesn't show up: ``` leaflet.extras.js:181 Uncaught TypeError: L.Control.MiniMap is not a...
I would like to pass list of status strings to my query in "params" list ``` WHERE TXN.status IN (?) ``` Then do something like this ``` cursor.execute(query_string, [params]) ```...
This module has very little tests or no tests at all for some scenarios. There is need for movement from "production tested" to improved test system. I think that this...
Hey I think it would be nice if custom styles could be passed via props. E.g one could change star size with `style={{ fontSize: '50px' }}` Any thoughts?
Getting build warnings ``` make: Entering directory '/home/node/app/node_modules/node-icu-charset-detector/build' CXX(target) Release/obj.target/node-icu-charset-detector/node-icu-charset-detector.o ../node-icu-charset-detector.cpp: In static member function 'static Nan::NAN_METHOD_RETURN_TYPE CharsetMatch::New(Nan::NAN_METHOD_ARGS_TYPE)': ../node-icu-charset-detector.cpp:72:59: warning: 'v8::Local v8::Value::ToObject() const' is deprecated: Use maybe version [-Wdeprecated-declarations] v8::Handle...
``` FAIL src/components/StartMenu/StartMenu.test.tsx ● › renders StartMenu component TypeError: o.getChildContext is not a function 9 | describe('', () => { 10 | it('renders StartMenu component', () => { > 11...
``` Module '"../../../node_modules/@types/enzyme-react-intl"' has no exported member 'loadTranslationObject'.ts(2305) ``` And why `loadTranslation('../../assets/translations/en.json');` translates path into `'./assets/translations/fi.json'`?