dadamssg
dadamssg
I have a really simple slideshow class component i'm trying to convert to hooks to learn how to use and test them but failing. Was hoping you could point me...
I'm using rocketeer to deploy a symfony application and have the following in my remote.php file ``` php
During the `_processChildren` function call, `child` does not have a `send` function. ``` javascript _processChildren: function(callback) { this._processRelationshipsOneOrMany(function(child) { if ((child == null) || !child.get('isDirty')) { return; } child.send('willCommit'); //
I'm running this within a php 8.1 alpine docker image and noticed that the cumulative counts are way off.  I'm using the `Profiler::PROFILER_TIDEWAYS_XHPROF` profiler. ```php $builtIns = (int) ($_GET['xhprof_builtins']...
### Describe the bug in a brand new remix app: ```sh npx create-remix@latest my-app ``` After running the shadcn install command: ```sh npx shadcn@latest init ``` It borks the `tailwind.config.ts`...
I noticed the `CookieSessionStorage` doesn't look fully implemented yet. The docs show usage of a constructor: ```tsx import { Cookie } from '@remix-run/cookie' import { CookieSessionStorage } from '@remix-run/session' let...