Armando Pérez Marqués

Results 14 comments of Armando Pérez Marqués

I had to install `pkg-config`, `libxml2-dev`, `libcurl4-gnutls-dev` and `libfuse-dev` for `./configure` to work on Ubuntu 13.04

> I haven't tested yet but would assume that we open the new file as soon as it is created. Yes, that's what it does > If the file already...

The change so far: ![image](https://user-images.githubusercontent.com/535282/180063715-e755a2d0-ab83-46a3-b728-2eeec8fc15d7.png) ![image](https://user-images.githubusercontent.com/535282/180064202-db6da829-8163-4e06-9f08-6991b5463bb4.png)

> If the active view has a file name, suggest the new file to be have the same name. Just like the "Move" command we could pre-select the filename so...

Those are good point, so now I'm leaning towards closing this ticket for now, and if it regains interest, we can reopen and maybe start work on it. What do...

> was there a reason the dist directory with the json was removed @mrkoreye maybe there was an assumption that running the Makefile will create the `dist/` directory or something...

I have not used `aiohttp`/`aioresponses` long enough to have an opinion/answer... I do think that, for now at least, a mention this behavior in the docs/readme would be nice, while...

What about this: https://github.com/graphql-python/graphql-ws?

@ProjectCheshire I feel you; the main problem with graphql-python/Graphene is the lack documentation, I had (and still have) to read a lot of internal code to get some pointers on...

Feels like a hack, but this works: Load the translations, in Jed's format, using `po2json` or whatever const translations = po2json.parse(poFileContent, { format: 'jed1.x' }); const i18n = new Jed({});...