Skip to content
#

driver

Here are 1,471 public repositories matching this topic...

dokany
DDoSolitary
DDoSolitary commented Apr 10, 2020

I was a bit confused about the "delete on close" semantics on Windows and did some experiments on it. The result indicates that Dokan's current API doesn't accurately reflect its semantics.

  • If I call NtCreateFile on a file with DELETE permission and with the FILE_DELETE_ON_CLOSE flag set (let's call it h1)
    • If there's no other open handles, the file will be deleted once h1 g
winfsp
hasse69
hasse69 commented Oct 12, 2019

Bug Report

The create callback is called also for special files like S_IFIFO.
The special named FIFO file is still not created, instead a corresponding .lnk file pops up in the same directory.

$ mkfifo foobar

$ ls -l foobar*
-rwx------ 1 Hasse None 130 Oct 12 14:46 foobar.lnk*

The same happens if create is not implemented which forces a call to mknod instead.
Possi

postgres
okbrown
okbrown commented Jan 10, 2020

Hi, First and foremost, I think this is a great start at making something really simple and effective. Thank you!!

However... I have always found template strings a little odd especially in this context.
Let us say we have

const query = `SELECT ${distinct}, ${columns} FROM ${table} ${innerJoins} WHERE ${where}`;
(Where distinct, columns, table etc are their own strings made up of other

jaloren
jaloren commented Aug 20, 2018

I recently upgraded from terraform kitchen 3.3 to kitchen 4.0. This meant that I could use inspec aws resources (which is great). However, I ran into some difficulties due to sparse documentation around how to use the aws backend and what one should put in the kitchen.yml.

I'd like to submit a PR that adds documentation with this info. However, I am not sure the appropriate place for this doc.

Improve this page

Add a description, image, and links to the driver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the driver topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.