Borhan Hafez

Results 23 issues of Borhan Hafez

Running tests gives deprecated warnings. ``` λ deno test --allow-env --allow-read --allow-net --allow-write running 1 test from file:///.../denodb/tests/units/Relationships/foreignkey.test.ts test MySQL: Foreign key test ...[denodb]: DEPRECATION warning, the usage with dialect...

hi, I have a Reset button at the end of my form which should clear all the fields including the date. however, due to [this line](https://github.com/dyonir/vue2-persian-datepicker/blob/dd8df04e692386a3fc02bac97395794e580f39e9/src/components/PDatePicker.vue#L310) setting the `v-model` of...

https://docs.microsoft.com/en-us/windows/win32/api/rpcdce/nf-rpcdce-uuidcreatesequential This is listed in some [def files](https://github.com/retep998/winapi-rs/blob/785f7f30a69c70687864ac650aebc123e942c1b3/x86_64/def/rpcrt4.def#L519) but couldn't find it in the .rs files or use it (after enabling `"rpcdce"` feature) via: ```rust winapi::shared::rpcdce::UuidCreateSequential() ``` Sorry if it...

many WYSIWYG HTML editors leave a lot of artifacts, spamming elements being one example. currently, turndown converts the following: ```html a b ``` to ```markdown **a** **b** ``` which is...

```html abc ``` produces: ```markdown **a**b**c** ``` which in [commonmark's demo](https://spec.commonmark.org/dingus/) results in `b` not being bold despite being inside two `` tags.

Similar to this: https://docs.atlassian.com/aui/7.10.1/docs/spinner.html (search for `Spinners in toggles` in the link) ![image](https://user-images.githubusercontent.com/4184939/92180967-775a5780-ee5d-11ea-805b-1563a8f945f9.png)

**Is your feature request related to a problem? Please describe.** Repro: 1. Create a local web server with a `song.mp3` file at root (e.g. `php.exe -S 0.0.0.0:8080`) 2. Run these...

enhancement

**Is your feature request related to a problem? Please describe.** Repro: 1. Create a bot and connect it to a server ``` # create bot curl -s http://127.0.0.1:58913/api/settings/create/test curl -s...

enhancement

**Describe the bug** If volume server doesn't have permissions for the data directory, it will connect to master with an empty volume uuid rather than crashing with a helpful error...

hi, i would like to be able to open encrypted sqlite db's with sql.js , how should i do it? do i have to decode integer array before passing it...

enhancement