Geordie J
Geordie J
Create a component library. Show what we can do, allow build on iOS and Android. Additional samples: - Calling Swift from Java - Calling Java from Swift
This will involve updating our touch handling to allow multitouch. This task does *not* include matching UIKit in terms of the interactions between `UIGestureRecognizer`s.
`test.equal` fails in unexpected ways when dealing with objects with a null prototype. I have summed this issue up in two simple test cases: ``` import { test } from...
We are using TAPi18nDB, which uses transforms, and we also want to continue using collection helpers. Here's a way of having both. Cheers.
> A significant challenge here would be to write our own implementation of UIKit. Come talk to us if you're interested in working on this! Hi, just saw the project...
### Describe the bug I use `CDPATH` in my `.profile` to add my work root, i.e. `export CDPATH=.:~/dev/work` in order to easily switch between repos (`cd web-app`, etc. – from...
**Type of change:** DX, Performance ## Motivation (current vs expected behavior) Re-allow builds via SwiftPM, which should make it easier for others to integrate the library into their own builds....
**Describe the bug** I am trying to set up Skyplane to copy from `gs://` to `s3://`. Right after the "Installing Gateway Package" step, where the actual transfer progress appears to...
**Describe the bug** I am trying to transfer about 100GB from `gs://` to `s3://` After finally working around permissions issues (see #784) I am now experiencing a crash at about...
This package depends on `meteorhacks:unblock` which breaks with `fibers` 3.x as included in meteor 1.8.1+ As this package seems to be unmaintained, are there are active forks the community should...