Mark Fulton

Results 153 issues of Mark Fulton

instructions on building with Emscripten or something similar would be great a package published to npm/GitHub for use in node bundlers (like webpack) would be even greater

[Authorization | GraphQL](https://graphql.org/learn/authorization/) talks about delegating authorization logic to the business logic layer. This makes sense to me for most things. One thing I'm not sure on though is how...

💭 Question

I want to be able to use Comlink between a browser and a Cloudflare Worker, Deno Deploy deployment, or any other "service worker" like cloud service. I think this is...

I see #430 but it looks like any actual support for string-only messaging like React Native is experimental and/or hacky. What would it take to get this use case officially...

Here's the code I think I want to be able to write: **main.ts** ```ts import { serve } from "https://deno.land/[email protected]/http/server.ts"; import * as Comlink from "https://cdn.skypack.dev/[email protected]?dts"; serve(async function handler(request) {...

for easier signup I'd love to be able to use my GitHub account to sign in (or Google or something but preferably GitHub)

new feature

It would be great if we could generate forms with conditionally required and conditionally present fields. **Property dependencies examples** In the following JSON Schema the form contains several fields and...

Draft 7 of JSON Schema addes [Keywords for Applying Subschemas Conditionally](http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.6). It would be amazing to add support for if/then/else to liform-react. e.g.: _schema_: ```json { "properties": { "power": {...

https://github.com/Limenius/liform-react/blob/321c2bc34bc837991694ce4f33000dc4b0d33360/package.json#L58

I'm looking to update my remote service workers to use a Mixpanel service account https://developer.mixpanel.com/reference/authentication it does not look like this library supports such yet; can that be added? i.e....