Ryan Naddy

Results 37 issues of Ryan Naddy

With the button bar turned on fully, long lines of text get hidden behind the buttons. Making the text hidden higher up would help so the text doesn't get hidden,...

Feature

When entering this into a textarea that the editor reads: ```     <html>         <head>             <title>I Am The Title</title>         </head>     </html> ``` The editor then converts it to the following (which is...

Bug

It would be nice if there was a capsule body. ``` Bodies.capsule(x, y, width, height, options) ``` Resulting in a shape like this: ![capsulecollider2d-example2 1](https://user-images.githubusercontent.com/1571806/31738971-e40d1342-b411-11e7-87f8-008c281740ca.png)

feature-request

I am trying to load a Worker in the following way: ```ts const url = new URL('./path/to/worker.ts', import.meta.url); const worker = new Worker(url); ``` In the worker file I am...

##### **Overview of the issue** When using a code fence in the description, the code is rendering part of the fence: ``` My example: ```html Some Code ``` --- Here...

Type: Bug

Relates to: https://www.heidisql.com/forum.php?t=37283 When dropping a key in the "Foreign keys" tab, the command that is executed is this: ``` ALTER TABLE "example" DROP FOREIGN KEY "FK_key"; ``` This throws...

bug
nettype-postgresql

### Description When adding the `CurrentItem` attribute to a `Shell`, the `TabBar` disappears. ### Steps to Reproduce 1. Create a `Shell` with a `TabBar` 2. Add `CurrentItem` attribute to the...

t/bug :bug:
a/shell :shell:
e/3 :clock3:

Updates documentation to note that a URL needs to be passed directly to the Worker constructor, and not as a variable.

Added composer's `vendor` directory to the exclude list

The following is the start of a list of items that are not completing properly in Laravel. - [ ] Illuminate\Http\Request - [ ] Illuminate\Routing\Route

bug
confirmed
php framework