dragouf

Results 13 issues of dragouf

just a simple question. Why null safety is still not released. Is there any bug with it ?

Hi, I made a port of ghost cursor in .NET. A library to imitate human movments. I think i would be a nice thing to have it part of your...

thanks for this project anyway when I install a package with `npm install -g` package binary is not found even if it's correctly installed. Any idea ? I used the...

help wanted

**Is your feature request related to a problem? (please describe)** I try to use apple pay for subscription. For that I would like to display apple pay button on payment...

needs triage

when doing a simple search I get 429 response from jira but it works with curl. Here is what I do ``` let jira = new JiraClient({ host: 'xxx.atlassian.net', basic_auth:...

### Describe the question you have - 質問の内容 Just in case anyone is interested I made a home assistant custom integration with this library. You can find it here: https://github.com/dragouf/sesame_lock_homeassistant...

question

thanks for this library, anyway I got this : ``` AssertionError [ERR_ASSERTION]: Difference is Invalid at BufferReader.move (.\hapclieny\node_modules\buffer-reader\index.js:29:5) at EventedHttpClient._parseMessage (.\hapclient\node_modules\hap-client\dist\EventedHttpClient.js:230:24) at EventedHttpClient._bufferSplitter (.\hapclient\node_modules\hap-client\dist\EventedHttpClient.js:187:27) at Socket.socket.on (.\hapclient\node_modules\message-socket\dist\index.js:157:29) at emitNone (events.js:106:13)...

great example. Just a not, in a windows authentication (NTLM) network, just do that : `private static readonly HttpClient _httpClient = new HttpClient(new HttpClientHandler { UseDefaultCredentials = true });` to...

since flutter 3.10 it's not working on IOS devices anymore. does anyone experiences the same problem ?

Your function generating the attachement is taking the path to the file as a parameter. However, I am trying to include an image in the email that is saved in...