Ruan Heyns
Ruan Heyns
HAving a composite type called `user_details`, and wanting to select on that type does not work ```py V("(user_details).ssn") == identifier, ``` Results in ``` buildpg.components.UnsafeError: str contain unsafe (non word)...
As title Couldnt find a place to share my Kodak 5kW King settings ``` # The following settings allow you to modify runtime buffers. # N.B. These values may not...
**Describe the bug** Value is not being set when auto set by browser, ie Chrome Autofill **To Reproduce** Steps to reproduce the behavior: 1. Have a country saved to auto...
Was the theming option removed recently? Im having the same issue as https://github.com/react-theming/storybook-addon/issues/28 My setup looks like this: ``` import { createTheme, ThemeProvider } from '@material-ui/core'; import { withThemes }...
Any feeedback from the cypress team? Multiple open issues and PRs, no feedback on any of those, stagnant updates
Using a macro or something like this: ``` game.actors.getName('Leleiah Scald').sheet.render(true, {tabs: [{navSelector: ".tabs", contentSelector: ".sheet-body", initial: 'journal'}}) ``` I cant seem to figure it out
Hi This closes this issue that I made https://github.com/hh-h/aiohttp-swagger3/issues/106 You can now pass the servers object as the swagger [docs](https://swagger.io/docs/specification/api-host-and-base-path/) suggests. This can be used to set the endpoint that...
As per aiohttp, [nested applications](https://docs.aiohttp.org/en/stable/web_advanced.html#nested-applications) are used to avoid monolithic files with all your endpoints. I've been able to generate the swagger for every single sub_app, as well as the...
**Describe the bug** One of two things seem to be happening, Either the hover on the overview page is borked, or the percentages arent actually working **To Reproduce (bugs MUST...
### Summary A few things seem to be inconsistently indented on the [cloudfront_distribution ](https://docs.ansible.com/ansible/latest/collections/community/aws/cloudfront_distribution_module.html) module ie Look at `viewer_protocol_policy` seems to be indented under `forwarded_values`, however, under the example, it...