Vinícius Campitelli

Results 10 issues of Vinícius Campitelli

### Descrição da palestra Chega um certo momento na carreira de qualquer técnico de TI em que ele(a) percebe que para evoluir na carreira não é preciso aprender outro framework...

C4P
In a next event

At `Peekmo\AtomAutocompletePhp\ErrorHandler` there's a method called `onException` that was expecting a `\Exception` object to display the message and die. Since PHP 7, errors are thrown too, but as an `\Error`...

### Checklist - [x] I read the [Contribution Guidelines](https://github.com/openid/AppAuth-Android/blob/master/CONTRIBUTING.md) - [ ] I signed the CLA and WG Agreements - [x] I ran, updated and added unit tests as necessary....

This adds a `getit` script to simplify downloading Docker Compose files to start an instance, allowing someone to run: ```shell $ curl -s https://fusionauth.io/getit | sh -s -- --docker-compose ```...

### What happened? #### Scenario This simple PHP cURL request to the API causes error 500. ```php

bug

### What happened? I've ran the install steps in the [Fast Path Install](https://fusionauth.io/docs/get-started/download-and-install/fast-path) guide and it's giving a `sh: 64: [[: not found`. Suggestion: change the install command to: ```shell...

support
triage
needs more info

We've been receiving a deprecation warning when using the lib: ``` (node:478) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to...

This adds a redirect to the `getit` script created by https://github.com/FusionAuth/fusionauth-install/pull/13

As we're using a custom prop to render headings [at the Identity Provider Operations](https://github.com/FusionAuth/fusionauth-site/blob/master/astro/src/content/docs/apis/identity-providers/_oauth-idp-operations.mdx), their anchors are being rendered with the `propsidp_display_name` text instead of the actual name. E.g. https://fusionauth.io/docs/apis/identity-providers/epicgames#create-the-propsidp_display_name-identity-provider...

Currently, our quickstarts have directory trees in different locations (and even formats): 1. [Ruby on Rails](https://fusionauth.io/docs/v1/tech/tutorials/integrate-ruby-rails) doesn't have it because there are too many files to represent 2. [Python Flask](https://fusionauth.io/docs/v1/tech/tutorials/integrate-python-flask)...

enhancement
documentation