Tom Gallagher
Tom Gallagher
Hello Thanks for Figaro. I'm thinking about moving one of my apps from Heroku to Elastic Beanstalk on AWS. Figaro seems to be Heroku-focused. As far as I can see,...
Hi Great library! I'm trying to use the library with Semantic React. Then working through your examples. So the key bits of code are ``` import { Table } from...
Hey Thanks for all the useful examples. I'm just picking up Android and RxJava2, coming from a Javascript background, and they have been very instructive. I have a question regarding...
This looks like an extremely useful open source library. Congratulations! I should be able to work this out from the API docs but the lack of examples mean I'm trying...
Hi Is there any way that I could use this with HTML in memory rather than in the filesytem? If there's a way to avoid writing and reading from the...
Hey I've been enjoying your videos, I wanted to learn about d3 and need to build a racing bar chart so great! I'm having some problems converting your code into...
Hey - thanks for this library I've got a question: If I have a function like this, a 'left join' type function, how do I get types out of it...
I'm coming to Android from web development background, using RxJS a lot. My principle concern has been to find a way of merging RxJava2 with Webview. Am I right in...
Hi Just having a look at your example app and there's the following bit of code ``` val view = findViewById(R.id.web2) val client = WebViewClient() val o = view.events(client).share() o.ofType(ShouldInterceptRequest::class.java)...
Hey Thanks for the library - helped me out of a tight spot. Getting this error when compiling with Typescript. > node_modules/@types/gifencoder/index.d.ts:22:19 - error TS2304: Cannot find name 'CanvasRenderingContext2D'. >...