~cnx/ipwhl-discuss

3 2

Re: Early development roadmap

Details
Message ID
<545a69cc9b80c4d0c15bd0800acd0370@disroot.org>
DKIM signature
missing
Download raw message
> * Declare the top 100 PyPI packages [0] (and their dependencies)
>   for all major platforms

To retrieve this list in plain text, you can use this browser console script:

```js
Array.from(document.querySelectorAll('.two.ng-binding'))
    .map(el => (el.innerText)).toString().replaceAll(',', '\n')
```

(btw, ugh, Angular and unsemantic elements)

To retrieve the list of packages that are already packaged,
you can use this shell script:

```bash
find ipwhl-data/pkgs/ | cut -d/ -f4 | sort | uniq
```

By comparing these lists, we can find out which one should package next.
I have done it and uploaded it to my personal site:

https://huyngo.envs.net/projects/ipwhl/status/

Re: Early development roadmap

Details
Message ID
<CDVSR9MDTVBW.3RXH5TPE67H5C@nix>
In-Reply-To
<545a69cc9b80c4d0c15bd0800acd0370@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Thanks for the handy scripts and the status page!

> > * Declare the top 100 PyPI packages [0] (and their dependencies)
> >   for all major platforms
>
> To retrieve this list in plain text, you can use this browser console script:
>
> ```js
> Array.from(document.querySelectorAll('.two.ng-binding'))
>     .map(el => (el.innerText)).toString().replaceAll(',', '\n')
> ```

On which page should I be running this?

BTW could you please set a name in your email client?
My client and lists.sr.ht would really appreciate that.

Re: Early development roadmap

Details
Message ID
<20210829083854.xkecjlrugw2pyynh@localhost.localdomain>
In-Reply-To
<CDVSR9MDTVBW.3RXH5TPE67H5C@nix> (view parent)
DKIM signature
missing
Download raw message
>> ```js
>> Array.from(document.querySelectorAll('.two.ng-binding'))
>>     .map(el => (el.innerText)).toString().replaceAll(',', '\n')
>> ```
>
>On which page should I be running this?

The hugovk's page.

>
>BTW could you please set a name in your email client?
>My client and lists.sr.ht would really appreciate that.

My previous message was sent by the default web client for disroot's
mail (RainLoop iirc) and this one is sent using neomutt.

Re: Early development roadmap

Details
Message ID
<CDVXJJ220UTV.2WKMK3666H9EO@nix>
In-Reply-To
<20210829083854.xkecjlrugw2pyynh@localhost.localdomain> (view parent)
DKIM signature
missing
Download raw message
> > On which page should I be running this?
>
> The hugovk's page.

Thanks, it worked.

> > BTW could you please set a name in your email client?
> > My client and lists.sr.ht would really appreciate that.
>
> My previous message was sent by the default web client for disroot's
> mail (RainLoop iirc) and this one is sent using neomutt.

FYI Rainloop has a identity setting in the general tab.
Reply to thread Export thread (mbox)