digitalmars.D.learn - Coedit almost works for me, except when I go to add peggged
- Enjoys Math (16/16) Jan 11 2019 I open up the Library Manager in Coedit.
- Neia Neutuladh (2/3) Jan 11 2019 The package name is pegged, not peggged. Two g's, not three.
- Enjoys Math (2/6) Jan 11 2019 Dude, that doesn't work either. lol
- 0xEAB (2/4) Jan 11 2019
- Enjoys Math (3/8) Jan 11 2019 You will have to be more specific. I don't see dub.json anywhere
- 0xEAB (2/4) Jan 12 2019 are you using DUB or not?
I open up the Library Manager in Coedit. I click on the DUB icon. I enter in 'pegged' then click the green check. Errors: Package peggged not found for registry at https://code.dlang.org/ (fallback ["registry at http://code.dlang.org/", "registry at https://code-mirror.dlang.io/", "registry at https://code-mirror2.dlang.io/", "registry at https://dub-registry.herokuapp.com/"]): (1): Error: Got JSON of type null_, expected object. (1): Error: Got JSON of type null_, expected object. error, failed to fetch the package Fetching pegged ~master... error, the DUB description cannot be located or it has not the JSON format Fucking fuck, nothing ever works for me... -__-
Jan 11 2019
On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:Package peggged not found for registry at https://code.dlang.org/The package name is pegged, not peggged. Two g's, not three.
Jan 11 2019
On Friday, 11 January 2019 at 17:38:31 UTC, Neia Neutuladh wrote:On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:Dude, that doesn't work either. lolPackage peggged not found for registry at https://code.dlang.org/The package name is pegged, not peggged. Two g's, not three.
Jan 11 2019
On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:Dude, that doesn't work either. lolIf you're using DUB, add the dependency manually to your project:"dependencies": {"pegged": "~>0.4.4"}
Jan 11 2019
On Friday, 11 January 2019 at 18:36:18 UTC, 0xEAB wrote:On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:You will have to be more specific. I don't see dub.json anywhere within Coedit IDE.Dude, that doesn't work either. lolIf you're using DUB, add the dependency manually to your project:"dependencies": {"pegged": "~>0.4.4"}
Jan 11 2019
On Friday, 11 January 2019 at 18:40:08 UTC, Enjoys Math wrote:You will have to be more specific. I don't see dub.json anywhere within Coedit IDE.are you using DUB or not?
Jan 12 2019