Kyle Cooke
Kyle Cooke
## Platform Operating system and version: Ubuntu 18.04.4 LTS (also reproduced on windows 10) OBS Studio version: installed using ubuntu store snap version 25.0.7 rev 1063 ## Expected Behavior A...
**Describe the bug** useState seems to not trigger a rerender if given a new value in a useEffect **To Reproduce** ``` import 'dart:math'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_hooks/flutter_hooks.dart'; Future...
### Current behavior https://user-images.githubusercontent.com/19638136/127634197-e403ef42-77d3-43b2-9011-60c8b368b503.mov If you return a null in renderTabBar and then later start returning the tab bar component again it renders with the wrong tab selected ### Expected...
It would be useful to support arrays with multiple data types like structured arrays https://numpy.org/doc/stable/user/basics.rec.html This would be useful when dealing with for example timestamped data where you have a...
I'm trying to mock a service that takes an array of active storage urls but the matcher seems to mangle regexes I put in an array: ```ruby stub_request(:post, "http://service:8080/") .with(...
On a raspberry pi I am unable to query the image list of a device with multiple images on it. initially I was able to list images but once I...
## Is your feature request related to a problem? Please describe. I recently had a field fail to encrypt as it was defined as encrypted then as a date and...
Previously nodes could be added to the network by calling addNode on network with a provisionedMeshNode. But it is no longer possible to construct those since: https://github.com/NordicSemiconductor/Android-nRF-Mesh-Library/commit/6be990c99004903d04c6a5e292a551f70ee271ee#diff-91ebadcd566c87549cda1991db69903e973935b41a753e64bce3909251b474b9R103-R105 Which requires provisioning...
Tapioca version: 0.7.3 ``` has_many :session_participations def example T.reveal_type(session_participations) session_participations.each do |sp| T.reveal_type(sp) end end ``` When typechecking this code where session_participations are a relation of the model this code...
# 🐞 bug report Using the None option of greyscale processing causes the laser to try and cover the whole image even blank edges of it instead of sticking to...