Scott Furry

Results 107 comments of Scott Furry

On 01/03/2015 15:25, foudfou wrote: > Hi, ok so FireTray would need a few adjustments. For starters: > - |modules/commons.js:const FIRETRAY_OS_SUPPORT = ['linux', 'winnt'];| > - rename |modules/ctypes/linux/| and |modules/linux/|...

So...first pass. git diff http://pastebin.com/GUk5jbeP screen shot http://i.imgur.com/uJstoNi.png BTW, having good instructions and very usable Makefile really help!!! If building on 'BSD's, others should use gmake (gnu make on 'BSD's...

On 02/03/2015 06:52, foudfou wrote: > I remember zip /does/ support symlinks, but I think xpi does not (to > be verified). > Ses also a similar issue > ....

Save your pennies now - Mac Mini M1: $700 USD https://www.apple.com/us/shop/buy-mac/mac-mini/apple-m1-chip-with-8-core-cpu-and-8-core-gpu-256gb

If I'm reading the situation and this [SO Answer](https://apple.stackexchange.com/a/410829) right, Apple Silicon has a different file system layout than Intel Silicon Macs. We may have some paths or similar "assumptions"...

> So if my poor regular expression knowledge is good, it was only accepting a-z (both lower and uppercase), 0-9, period, dash and underscrore, and now you've added @. Isn't...

> An Error Dialog wich says "near "s": syntax error (ATTACH DATABSE 'D:/PATH/TO/DATABASE' AS sqlitebrowser_edit_encryption KEY";) This may seem pedantic, but could you check that output, please? I would like...

I agree with the idea. I have a bit of concern about execution. ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index ad57a86b5..da03f6d83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,7 +530,7 @@ if(WIN32...

> > The logic of change to line 533 leaves possibility of Unix, Win64, Linux, et al. > > Doesn't previous logic also include those possibility? There is no Win64....

The regex expression is setup on the assumption that the database name is made up of valid character names in the form of words. The '\w' regex attribute assumes words...