website icon indicating copy to clipboard operation
website copied to clipboard

Added june/july entries of TMWN

Open beef331 opened this issue 3 years ago • 8 comments
trafficstars

beef331 avatar Aug 02 '22 04:08 beef331

@flyx Regarding installing NimYAML, in its readme it says one should do nimble install yaml, but for me that command installs https://github.com/nim-appkit/yaml !?

narimiran avatar Aug 02 '22 06:08 narimiran

for me that command installs https://github.com/nim-appkit/yaml

Maybe nimble refresh? Although this is pretty old: https://github.com/nim-lang/packages/pull/359

Also it has been 17 days now.

metagn avatar Aug 19 '22 14:08 metagn

@narimiran Sorry I didn't see this mention, guess I clicked a wrong button by accident somewhere. Basically what @metagn said. I have never had a user complaining about this for years, therefore I would assume it is a problem with your setup, please check if refreshing fixes it.

flyx avatar Aug 19 '22 15:08 flyx

please check if refreshing fixes it.

It doesn't.

$ nimble refresh
    Copying local package list
    Success Package list copied.
Downloading Official package list
    Success Package list downloaded.



$ nimble search yaml
yaml:
  url:         https://github.com/nim-appkit/yaml (git)
  tags:        library, serialization, parsing, yaml
  description: YAML parser
  license:     MIT
  website:     https://github.com/nim-appkit/yaml
 
nimyaml:
  Alias for yaml
 
nyml:
  url:         https://github.com/openpeep/nyml (git)
  tags:        yaml, yaml-parser, yml, nyml
  description: Stupid simple YAML-like implementation from YAML to JsonNode
  license:     MIT
  website:     https://github.com/openpeep/nyml

narimiran avatar Aug 23 '22 14:08 narimiran

@narimiran This dataset is unsound. Your yaml package contains the outdated information, but the nimyaml package has been made an alias for yaml after yaml has been updated to point to my repo – there was no point in time when yaml pointed to the old repo while nimyaml was an alias. I can only assume that your Nimble's database is somehow broken, but I don't know enough about Nimble's operation to really provide any helpful advice. You could try:

  • deleting all local Nimble data and re-downloading it
  • opening an issue with Nimble

flyx avatar Aug 23 '22 15:08 flyx

deleting all local Nimble data and re-downloading it

This helped.

Now, back to the original topic: Since a long time has passed, and these posts are usually published on the 1st of a month, I'll be publishing this on September 1st.

narimiran avatar Aug 24 '22 06:08 narimiran

@narimiran can I get you to add the August entries as well when you go to publish this?

beef331 avatar Aug 30 '22 04:08 beef331

@narimiran can I get you to add the August entries as well when you go to publish this?

Fine by me, just push another commit here.

(Or we could keep that for August+September TMWN, which would be published in a month?)

narimiran avatar Aug 30 '22 05:08 narimiran