Joe Wasson

Results 8 issues of Joe Wasson

Full async API for DynamicModel and DynamicDatabase.

Support MySQL natively.

### Description When generating `init.lua` the Lua config would be placed immediately after the nvim config without a new line. ``` vim.cmd [[source /nix/store/cs3al9x1ml5ds3n6n433wcdxp89awac4-nvim-init-home-manager.vim]]--first line of Lua config ``` This...

neovim

**Describe the bug** I ported some code that uses `create` to the new Transaction API and the result from `go` does not include the same information. I would expect my...

## Description When setting `srcset_options` on a breakpoint it was not being used by `Tag::srcset` instead defaulting to the generic `srcset_options` (if provided). This change makes `srcset` used the options...

### What happened? I am trying to build a dynamic provider. Running Pulumi Preview I get an error that looks to be related to the serialization of the provider. ###...

kind/bug
language/javascript
impact/regression
area/callback-functions

**Describe the bug** The Go library uses float for monetary values. Float is [widely](https://stackoverflow.com/a/3730040) [discouraged](https://stackoverflow.com/a/34490512) as it does not contain the necessary precision to handle currency values. **To Reproduce** Fetch...

V4

**Describe the bug** With the change in 2.14, I've now hit an issue with a conditional index that I have. Maybe there's a way I can structure it differently? In...