farfromrefuge

Results 1528 comments of farfromrefuge

@CatchABus i am not sure the callback would help. I mean N uses UITextView so you would expect N to support links for it. By that i mean better to...

@CatchABus Actually my bad you are right i thought it was working before in N but it wasnt :D So 100% agree with you. Merge this i will find a...

@CGRect @wenyuzhang666 please could you help a bit on this. I know the project is in maintenance but i also see you are still commiting and fixing issues in the...

To everyone it is actually a podfile issue. You can fix it with something like this: ``` platform :ios, '11.0' post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| if...

@guillemc23 hard to tell. Seems like a css issue. Can you reproduce it in an simple example project? (not angular please).

@anarnoli please share the full error stack

@shirakaba just stumbled upon this and wanted to react on your point about saving data with monorepo. you can already "achieve" that with pnpm. I have been using it with...

@MM2-0 around 4 to 5s i think. I will try tomorrow with Lawnchair and let you know. Thanks for answering so fast. I ll also try with the most basic...

@MM2-0 i tested with Lawnchair and `onStop` is called instantly. Seems to be related to Kvaesitso

@MM2-0 i found out that it is very bad behaviors in my apps. I have an start/exit event based on the number of activity opened(0=>exit). If i close my app...