Johns Gresham

Results 50 comments of Johns Gresham

I need the linked data for my project soon. Do you think it will be ready in the next week? Otherwise, I'm thinking to fork and implement it in the...

Output of raw command: ``` PNPDeviceId : SCSI\DISK&VEN_NVME&PROD_HFM001TD3JX013N\5&EB4279F&0&000000 DeviceID : \\.\PHYSICALDRIVE1 Model : HFM001TD3JX013N Size : 1024203640320 Partitions : @{DeviceID=C:; VolumeName=OS; Size=1002245001216; FreeSpace=650691387392} PNPDeviceId : SCSI\DISK&VEN_NVME&PROD_SABRENT_ROCKET_4\5&1079444C&0&000000 DeviceID : \\.\PHYSICALDRIVE0 Model...

@sebhildebrandt Yes, makes sense! Looks good to me! I tested with my setup and the `device`'s match across block devices and disks as expected. Tested with two internal ssd, external...

+1 especially with more win arm laptops arriving this year

My related comment on another PR: https://github.com/palantir/blueprint/issues/3066#issuecomment-978021947 > I'd really like to use the dark theme, but I am confused on how to get it done. I think this works....

Same, using `npm` as my package installer ``` An unhandled rejection has occurred inside Forge: Error: /var/folders/ck/jkwcs10946xf1cgp754gh96m0000gn/T/electron-packager/tmp-ONUw7C/Electron.app/Contents/Resources/app/node_modules/conf/node_modules/.bin/semver: file "../../../../../../../../../../../../var/folders/ck/jkwcs10946xf1cgp754gh96m0000gn/T/electron-packager/tmp-ONUw7C/Electron.app/Contents/Resources/app/node_modules/conf/node_modules/semver/bin/semver.js" links out of the package ```

> This just work for me, but i don`t know why. > > ```diff > const config: ForgeConfig = { > packagerConfig: { > - asar: true, > + asar:...

I converted my repo from electron-builder to electron-forge and somewhere along the way npm or node_modules cache was stuck. Cloning my repo in a new directory and fresh npm install...