dadamssg

Results 6 issues of 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...

code-help
testing

I'm using rocketeer to deploy a symfony application and have the following in my remote.php file ``` php

support/question

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. ![image](https://user-images.githubusercontent.com/881986/197026299-02433fc7-885f-405b-93fd-79a01be39007.png) 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`...

bug

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...

feat:sessions
pkg:session