Sam

Results 20 issues of Sam

I tried using flag with default_content, and while an export that seemed to contain all of the information for a specific flag (user and target entity id), I couldn't get...

I created a project for rendering SMX files, see: https://github.com/Sam152/genie-smx and demo: https://sam152.github.io/genie-smx/ I was wondering if it could be useful for the animation mode: 1. You could apply a...

I have some dependencies on 18.x, but would benefit from being able to use this layer. Wondering if there are any plans or ways to get this layer into this...

Fixes #60 Note, this feature requires #67 to be in to work effectively, so it has been merged into this PR.

Here is the code that sends the stubbed responses: ``` (req) => { return req.reply((res) => { const newResponse = sortedRoutes[method][url][index]; res.send( newResponse.status, newResponse.fixtureId ``` The docs of .reply() are:...

The mismatch triggers symfonys debug class loader with: ``` 1x: The "Vfs\Node\Factory\NodeFactory::buildFileLink()" method will require a new "FileInterface $file" argument in the next major version of its interface "Vfs\Node\Factory\NodeFactoryInterface", not...

This triggers the symfony debug class loader with the following: ``` 1x: The "Vfs\Stream\AbstractHandle::rename()" method will require a new "string $origin" argument in the next major version of its interface...

I'm not sure if this is out of scope for this project or not, but it might be handy to allow storage and retrieval of arrays and objects. The following...