Steven Rosato

Results 7 issues of Steven Rosato

I have the following configuration: ``` entity_managers: default: connection: default naming_strategy: doctrine.orm.naming_strategy.underscore mappings: AppBundle: ~ gedmo_translatable: type: annotation prefix: Gedmo\Translatable\Entity dir: "%kernel.root_dir%/../vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Entity" alias: GedmoTranslatable # (optional) it will default to...

I have been trying to make autocompletion work on mockery::shouldReceive for a couple hours to no avail. Here is what I am trying to do: ``` $frameFactory = m::spy(FrameFactory::class); $frameFactory->shouldReceive('createFrame')->times(2)->andReturn($frame);...

[Thermaltake Ultra 240](https://www.thermaltake.com/toughliquid-ultra-240-all-in-one-liquid-cooler.html) does not have RGB capabilities, but it has the ability to display an animated gif. TT RGB Plus allows you to upload your own gif to the...

- [x] I've [run a search on the existing bug reports](https://help.github.com/en/github/searching-for-information-on-github/searching-issues-and-pull-requests) to make sure I'm not filing a duplicate (you can use the search box at the top left corner)...

gnome

I tried adding the script using `next/script` within `layout.tsx` ```ts import React from 'react'; import { Providers } from './providers'; import NextTopLoader from 'nextjs-toploader'; import { font } from '@ss/theme/font';...

## Summary/ Motivation (TLDR;) Now possible to specify cache folder by either * using `preview.debug({cacheFolder: 'your-cache-folder'})` * automatically with the auto preview feature. ## Related issues - https://github.com/nvh95/jest-preview/issues/301) - https://github.com/nvh95/jest-preview/issues/126...

Found this issue while working on https://github.com/nvh95/jest-preview/issues/126. When trying to run a single test using IntelliJ, a node_modules folder gets created within the directory instead of the project root. I...