John Watson

Results 19 comments of John Watson

>I do think about the magic numbers as compiled objects, so I'd like them built at build-time (rather than a static file). Maybe, however, there is away to speed that...

rustc v1.62 and `async-graphql` and `async-graphql-actix-web` both at `v4.0.5` are compiling *successfully* for me. I had this issue before upgrading (rustc was at v1.57, and `async-graphql-actix-web` was at `4.0.4` IIRC)

Don't know if this is directed towards me, but I was using `actix-web = "4.1.0"`

To be clear — I no longer repro after upgrading rustc (it *was* pretty old on the laptop I was testing on) and the `actix/graphql` packages.

@AndrewCraswell, we actually have an internal tool to which vendors have access and through which they submit translations. They're shown the source string and description (as seen in the JSON...

I'll take today to look at how difficult it'd be to produce a POT file from FBT collection and similarly, ingest a PO file(s) for translation.

Yeah it //appears// pretty straightforward from what I read so far. I'm hoping to get away with making POT and PO files in python brace format. On Wed, Oct 9,...

FBT is well tested for client-side applications (see our demo-app in the repo), but it should be feasible to use it in server-side-rendered applications as well.

@andresgutgon Are you looking for server-side demo/docs specifically?

Use case (locale selector): https://github.com/facebook/fbt/discussions/190#discussion-1640104