Sơn Trần-Nguyễn

Results 50 issues of Sơn Trần-Nguyễn

I'm trying to recreate Nape's destructible terrain in Flambe with `html` target, but fails to import `BitmapData` from flash package, obviously. Is there a way to do that without converting...

## Related Issue #422 ## Your solution Removed `external` option for Rollup and added `resolve` and `commonjs` plugins. ## How Has This Been Tested? Used the new ESM bundle on...

Currently, the function checks if the database file exists. This returns false for in-memory. Which in turn fails `Phoenix.Ecto.CheckRepoStatus` during development. I would like to see if we can make...

enhancement

At the moment, the `fields` key in `%GraphQL.Type.ObjectType{}` and `args` key only take a map with atom keys. For example: ``` iex %GraphQL.Schema{ query: %GraphQL.Type.ObjectType{ name: "RootQueryType", fields: %{ greeting:...

So we can change it when one is black listed or ignored.

GitHub now requires the `app` to set a UserAgent when making requests to its API.

I have tests that need to check a function spawning the right commands. However, because multiple tests calling that function, it's hard to rely on `mockSpawn.calls` to know which call...

Please consider adding an option for customizing "is-current" class on active slide.

Based on https://github.com/denoland/deno_task_shell/issues/30, I added this task in deno.json ```json { "tasks": { "echo": "export $(cat .env | xargs) && deno eval \"console.log(Deno.env.get('DATABASE_URL'))\"" } } ``` And my .env file...

It seems to only be used in `Gulpfile.coffee`, and not in production.