Tuomas Jaakola

Results 15 issues of Tuomas Jaakola

Hey, I tried to install bamboo on Ubuntu 11 with the installation script. It failed this way: ``` lua-gd-2.0.33r2/luagd.c gcc -o gd.so `gdlib-config --features |sed -e "s/GD_/-DGD_/g"` `gdlib-config --cflags` `pkg-config...

I'm running pry-byebug in Alpine Linux 3.14.2 Docker container and I get a following error when trying to debug a variable: ``` [1] pry(#)> spreadsheet less: unrecognized option: X BusyBox...

## Description Fixes #1214. Probably the maintainers don't want to alter the native iOS behavior with this PR, but this fork can be useful for those who want to avoid...

There seems to be a bug that causes a crash on iOS at least when sharing from Medium app. The fix: `imageUrl` should be `imageURL` in `ios/Modules/ShareMenuReactView.swift`. ```patch diff --git...

Avoid freezing when building a Docker image. See #1069

Bug solution in the commit https://github.com/MatMoul/g810-led/commit/d6d976322e074e470059eed6dce7ff53dcb11709 maybe fixes a bug but it consumes CPU way too much in hidapi mode. The USB connection is re-established every time any data is...

Here is a simple app which runs very slow on Android phone: ```js import React from 'react'; import {ScrollView, StyleSheet, Text, View} from 'react-native'; import MaskedView from '@react-native-masked-view/masked-view'; const BOXES...

According to [React](https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops), using `componentWillReceiveProps()` is a bad idea and it will be deprecated soon, version 17 seems to be the last supporting the method with that name. When using...

help wanted