Andrej Rypo

Results 30 issues of Andrej Rypo

## Scenario 1. User agent sends preflight request with requested methods and headers. 2. One of the **headers** fails the check, but the origin is correct, the methods are correct...

documentation

- bug report? no - feature request? yes ### Description I suggest reversing the "mode of operation" of this package, so that it only cleans packages that are **included** not...

- new feature, no existing code will break (full bc) I added support for PDO in `PDO::ERRMODE_EXCEPTION` error mode using a single try-catch block. 👉 Since in PHP 8 `PDO::ERRMODE_EXCEPTION`...

This is a feature request or an edge-case bug report. `MySqliDriver` closes the connection upon destruction of its parent `Connection` object:\ `Connection::__destruct` ⟶ `Connection::disconnect` ⟶ `MySqliDriver::disconnect` ([code here](https://github.com/dg/dibi/blob/96da3203962205de463af83cf2961a90a8669823/src/Dibi/Drivers/MySqliDriver.php#L127)) ⟶ `\mysqli::close`...

- new feature, no existing code will break (full bc) I added support for PDO in `PDO::ERRMODE_EXCEPTION` error mode using a single try-catch block. 👉 Since in PHP 8 `PDO::ERRMODE_EXCEPTION`...

Version: current 4.1 ### Bug Description When using `Result::fetchAssoc` in conjunction with `Result::setRowFactory`, fetchAssoc may throw exception `Unknown column 'foo' in associative descriptor.` even though the property is accessible when...

While editing a secret, there are no icons: ![image](https://user-images.githubusercontent.com/443067/37828054-0c88b9e0-2e9a-11e8-8796-81b74a404c09.png) In the dev console, this error occurs: `GET file:///C:/Users//AppData/Local/Programs/vault-ui/resources/app.asar/dist/dist/8e7baace3c3e7575c8f1e0fca9aa9a9d.svg net::ERR_FILE_NOT_FOUND` (username replaced correctly) ... and this is what the `resources` dir...

![image](https://user-images.githubusercontent.com/443067/37832297-7844c594-2ea8-11e8-8505-2893d5f8a5aa.png) ... after clicking "create" button (pops up every time, the new token dialog window stays open, the grid on the background gets updated) Version: `Vault-UI-2.4.0-rc3-win.exe`

I'm trying to do similar thing as in the ["switching times" example](https://github.com/dc-js/dc.js/blob/develop/web-src/examples/switching-time-intervals.html), that is, to have a variable X-axis, but the two functions (most importantly the `xUnits`) are never even...

I'm not completely sure this is a bug or a feature :-) The `removeItem` function on the `repeatable` slot is being debounced. #### To Reproduce ```js // (stub) ``` ####...

bug report