Harshdeep Singh

Results 16 comments of Harshdeep Singh

An item in the config seems like a good solution to me. And it skips having to read the prefix from the openapi file, since for tests what matters is...

Any progress on this? Makes this library basically un-useable in electron.

My experiences and opinions: Replicating the animator state by making it serializable might be a fool's errand, in all honesty, due to the vast variety of both animation and game-play...

definitely. but it'll have to be after today's work day or tomorrow. @astahmer I notice there is code to emit types, e.g. in the template ```hbs export const {{@key}}{{#if (lookup...

> So, for example, you can't inadvertently run migrate:fresh in production (like I did this morning). Programming equivalent of seeing another guy get kicked somewhere... unpleasant.

In general, table-related features are missing and that sorely hurts.

```php // -- AsAction.php trait AsAction { use AsActionBase; public function asPipeline(...$args): void { if (count($args) === 0) { throw new \Exception('No arguments provided to asPipeline method.'); } if (!(last($args)...

I've been using it in a couple of smaller production projects. It works fine. The minor criticism I have is that since I need to call `via('asPipeline')`, if I already...