Paul Dugas

Results 15 issues of Paul Dugas

I've updated my default profile to include https://github.com/oaugustus/DirectBundle but don't see a way to add an entry in app/config/routing.yml during project setup. I'm new to SF2 so I'm not sure...

Should resolve this warning. Not sure what the implication is on other versions of Python. ``` /usr/lib/python3/dist-packages/pdfkit/source.py:11: SyntaxWarning: "is" with a literal. Did you mean "=="? if self.type is 'file':...

Is there a way to keep the preview pane from scrolling to the top of the document as I'm editing content lower down?

bug

Consider a data model where one entity type (i.e. Comment) is allowed to be many-to-one associated with multiple other top-level entity types (i.e. Articles, Docs, etc). Those top-level entities will...

Perhaps I'm being thick in the head but I don't see where to get the token details in the AUTHENTICATION_SUCCESS subscriber. I'm trying to add an `expires` property along with...

I'm a little braindead today and didn't notice the project includes a Dockerfile before I'd gone ahead a rolled my own. It's simpler and builds the image *much* faster than...

Consider moving the ` • ` into the `{{ if .Site.Author.name }} ... {{ end }}` in `layouts/partials/footer.html` so the bullet isn't displayed if the author's name is omitted.

Can't rely on the shell npm uses to support globbing so I can't have a script that runs something like `madge src/**/*.js`. Could madge process the glob for me so...

### Problem description On Windows, in an NPM project dependent on `[email protected]`, the installed `protoc.exe` is dependent on the debug version of a DLL that isn't available in the normal...

package: grpc-tools

I've included my `src/Entity` path under `jms_serializer>metadata>warmup>paths>included` but at runtime with a read-only filesystem, I find I'm getting an error that `var/cache/prod/jms_serialzer` isn't writeable. Turns out it's trying to cache...