Click here to Skip to main content
15,886,075 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralFOOK! Pin
#realJSOP6-Apr-20 3:58
mve#realJSOP6-Apr-20 3:58 
GeneralRe: FOOK! Pin
Sander Rossel6-Apr-20 5:07
professionalSander Rossel6-Apr-20 5:07 
GeneralRe: FOOK! Pin
#realJSOP6-Apr-20 5:51
mve#realJSOP6-Apr-20 5:51 
GeneralRe: FOOK! Pin
kalberts6-Apr-20 6:16
kalberts6-Apr-20 6:16 
GeneralRe: FOOK! Pin
W Balboos, GHB6-Apr-20 8:08
W Balboos, GHB6-Apr-20 8:08 
GeneralRe: FOOK! Pin
Mark_Wallace6-Apr-20 9:18
Mark_Wallace6-Apr-20 9:18 
RantGitHub Security warnings, so esoteric Pin
raddevus6-Apr-20 3:10
mvaraddevus6-Apr-20 3:10 
GeneralRe: GitHub Security warnings, so esoteric Pin
Sander Rossel6-Apr-20 3:24
professionalSander Rossel6-Apr-20 3:24 
I've had this issue with NuGet, which does a hard check for the installed version.
I've had this package that required a dependency to be version 1.x at most and another package that required the same dependency to be at least version 2.
Ergo, my project wouldn't build Sigh | :sigh:
For some reason that only happened once or twice, you'd think that happens more often.
Luckily, most packages don't specify a maximum version (and they shouldn't, use at own risk!) and a lot are backwards compatible too.

npm is a nightmare in that respect.
You get literally hundreds of packages, rarely the latest and you don't know what depends on it Dead | X|
Backwards compatibility is also hard to verify because there's no type checking or anything.

On an unrelated note, if you need LINQ or proper collection types in JavaScript without any further dependencies, check out arrgh.js (see my sig) Big Grin | :-D

GeneralRe: GitHub Security warnings, so esoteric Pin
raddevus6-Apr-20 3:39
mvaraddevus6-Apr-20 3:39 
GeneralRe: GitHub Security warnings, so esoteric Pin
Richard Deeming6-Apr-20 3:43
mveRichard Deeming6-Apr-20 3:43 
GeneralRe: GitHub Security warnings, so esoteric Pin
Sander Rossel6-Apr-20 3:59
professionalSander Rossel6-Apr-20 3:59 
GeneralRe: GitHub Security warnings, so esoteric Pin
raddevus6-Apr-20 4:05
mvaraddevus6-Apr-20 4:05 
GeneralRe: GitHub Security warnings, so esoteric Pin
ZurdoDev6-Apr-20 3:55
professionalZurdoDev6-Apr-20 3:55 
GeneralRe: GitHub Security warnings, so esoteric Pin
raddevus6-Apr-20 4:03
mvaraddevus6-Apr-20 4:03 
GeneralPoor animals Pin
ZurdoDev6-Apr-20 2:43
professionalZurdoDev6-Apr-20 2:43 
GeneralRe: Poor animals Pin
Sander Rossel6-Apr-20 3:12
professionalSander Rossel6-Apr-20 3:12 
GeneralRe: Poor animals Pin
Mark_Wallace6-Apr-20 5:41
Mark_Wallace6-Apr-20 5:41 
GeneralRe: Poor animals Pin
Slacker0076-Apr-20 3:14
professionalSlacker0076-Apr-20 3:14 
GeneralRe: Poor animals Pin
ZurdoDev6-Apr-20 3:18
professionalZurdoDev6-Apr-20 3:18 
GeneralRe: Poor animals Pin
Dave Kreskowiak6-Apr-20 3:50
mveDave Kreskowiak6-Apr-20 3:50 
GeneralRe: Poor animals Pin
ZurdoDev6-Apr-20 3:53
professionalZurdoDev6-Apr-20 3:53 
GeneralRe: Poor animals Pin
Dave Kreskowiak6-Apr-20 4:13
mveDave Kreskowiak6-Apr-20 4:13 
GeneralRe: Poor animals Pin
obermd6-Apr-20 3:37
obermd6-Apr-20 3:37 
GeneralRe: Poor animals Pin
ZurdoDev6-Apr-20 3:54
professionalZurdoDev6-Apr-20 3:54 
GeneralRe: Poor animals Pin
The pompey7-Apr-20 0:20
The pompey7-Apr-20 0:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.