Raj Siva-Rajah

Results 120 issues of Raj Siva-Rajah

First of all, thanks for creating such an awesome tool! Would it be possible to add a dedicated SSH key generator with options for both RSA and Ed25519 keys? Ed25519...

enhancement

Hi. I’m interested in using this as an alternative to Blurhash but the placeholders on the demo page look quite blocky on my iPhone. Is that a known limitation? Tested...

Hi Could you add curl or wget to the container images? That will let us use Docker's native healthchecks to ping the service and check for `Ok`. Which will allow...

### Problem Hi all. I'm using the Ansible extension primarily for the syntax highlighting. I'd like to completely disable autocompletion / autosuggestions but there doesn't seem to be a way...

good first issue

Hi @alexzarbn Larger Laravel apps often use a modular or DDD architecture. Controllers / Models / Requests / Polices are in non-standard namespaces in these setups. For example my app...

### Please check these requirements - [X] This feature helps everyone using this package - [X] It's feasible and maintainable - [X] It's non breaking - [X] I issued a...

enhancement

Hi there. Great extension! I've noticed that .yml files are not recognised as YAML files. .yml is a valid alternative to .yaml and is commonly used. Would you be able...

feature request

### Describe you feature request Opening an issue for this so it doesn't get forgotten. Discussion: https://github.com/dunglas/frankenphp/discussions/556 The custom solution I implemented was using lots of CPU so I had...

enhancement

### Describe you feature request Would it be possible to add a flag to reduce the amount of info in each log entry? We've switched from using the binary with...

enhancement

Great package! Is it possible to use wildcards in template paths? Eg: ``` parameters: bladestan: template_paths: # default - resources/views - modules/*/views ```