Re: [racket-users] Sticky scrollable nav bar in docs

2021-02-19 Thread jackh...@gmail.com
This is great! Definitely send a PR for this.

On Thursday, February 18, 2021 at 4:56:23 PM UTC-8 Ben Greenman wrote:

> "sticky" looks worse to me on that example page --- I have to scroll
> to the bottom of all the set docs before I can read the navbar
>
> On 2/18/21, Yury Bulka  wrote:
> > I agree this is a useful improvement. I would consider using "position:
> > sticky" instead of "position: fixed" as that is generally less
> > "intrusive" to the layout and doesn't create a need for a second scroll
> > bar (the element would scroll as needed with the main scrollbar, but
> > still be sticky in the sense that it would keep itself within the
> > viewport).
> >
> > --
> > Yury Bulka
> > https://mamot.fr/@setthemfree
> > #NotOnFacebook
> >
> >
> >
> > Sam Tobin-Hochstadt  writes:
> >
> >> This seems like it would be a nice addition. I think starting with a
> >> PR is the right place to begin.
> >>
> >> Sam
> >>
> >> On Wed, Feb 17, 2021 at 7:01 PM 'William J. Bowman' via Racket Users
> >>  wrote:
> >>>
> >>> One of my students asked about making the Racket docs navbar sticky and
> >>> scrollable, to help when navigating very long docs pages. I made a 
> quick
> >>> hack and deployed it here:
> >>> https://www.students.cs.ubc.ca/~cs-411/docs/reference/sets.html
> >>>
> >>> Personally I've found it very useful. Would this change make sense for
> >>> the Racket docs generally? (With some polish by someone who is better 
> at
> >>> UX than me?)
> >>>
> >>> To implement it, I just replaced `doc-site.css` with the following
> >>>
> >>> .navsettop {
> >>> position: fixed;
> >>> z-index: 1;
> >>> background: #a7b0be;
> >>> height: auto;
> >>> }
> >>>
> >>>
> >>> .tocset {
> >>> position: fixed;
> >>> overflow-y: scroll;
> >>> height: 88%;
> >>> }
> >>>
> >>> --
> >>> William J. Bowman
> >>>
> >>> --
> >>> You received this message because you are subscribed to the Google 
> Groups
> >>> "Racket Users" group.
> >>> To unsubscribe from this group and stop receiving emails from it, send 
> an
> >>> email to racket-users...@googlegroups.com.
> >>> To view this discussion on the web visit
> >>> 
> https://groups.google.com/d/msgid/racket-users/YC2uQ3BJIsMJTsMP%40williamjbowman.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Racket Users" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to racket-users...@googlegroups.com.
> > To view this discussion on the web visit
> > 
> https://groups.google.com/d/msgid/racket-users/87zh01ht4j.fsf%40privacyrequired.com
> .
> >
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/2fbd13ab-3e93-4145-a384-89f5e6da0839n%40googlegroups.com.


Re: [racket-users] Racket v8.0 (!)

2021-02-19 Thread Matthew Flatt
At Wed, 17 Feb 2021 17:31:04 -0500, Hendrik Boom wrote:
> It looks as if there's no Racket on Chez for 32-bit Linux, though there does 
> seem to be one on Windows.

I've added 32-bit i386 Linux CS to the set of snapshots at Utah:

https://www.cs.utah.edu/plt/snapshots/

https://www.cs.utah.edu/plt/snapshots/current/installers/racket-current-i386-linux-precise.sh


A 32-bit Linux build makes sense as part of the snapshot service, since
part of the job of the service is to make sure things keep working on
various platforms.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20210219110711.1c%40sirmail.smtps.cs.utah.edu.


Re: [racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-19 Thread Sorawee Porncharoenwase
For the raco pkg install error, it looks like your branch is named main, so
you need to run raco pkg install git://
github.com/rogerkeays/racket-dollar#main

Ideally, raco pkg install git://github.com/rogerkeays/racket-dollar should
also work, but currently it doesn’t
.

On Fri, Feb 19, 2021 at 6:52 PM Roger Keays  wrote:

>
> Hi,
>
> Today I made an account on racket-lang.org to post a package, but when I
> submit the form, it just bounces back at me, blank. The package I added
> does not appear under "my packages", so it seems the submission failed.
> There are no error messages.
>
> https://pkgd.racket-lang.org/pkgn/create
>
> I'm submitting an example #lang extension from github for
> educational/demonstration purposes:
> https://github.com/rogerkeays/racket-dollar
>
> Could this be because my account is new? I also noticed I get an error
> when trying to get raco to install from github:
>
> $ raco pkg install git://github.com/rogerkeays/racket-dollar#master
> Querying Git references for racket-dollar at git://
> github.com/rogerkeays/racket-dollar#master
> git: could not find requested reference
>   reference: master
>   context...:
>/usr/share/racket/collects/net/git-checkout.rkt:344:0: select-commits
>/usr/share/racket/collects/net/git-checkout.rkt:73:8
>/usr/share/racket/collects/net/git-checkout.rkt:54:2: retry-loop
>/usr/share/racket/collects/pkg/private/stage.rkt:59:2: lookup-normally
>/usr/share/racket/collects/pkg/private/stage.rkt:107:0:
> stage-package/info46
>/usr/share/racket/collects/pkg/private/install.rkt:659:4: for-loop
>/usr/share/racket/collects/pkg/private/install.rkt:141:0:
> install-packages76
>
>  
> /usr/share/racket/collects/pkg/private/../../racket/private/more-scheme.rkt:261:28
>
>  /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt:430:3
>/usr/share/racket/collects/racket/file.rkt:435:8
>/usr/share/racket/collects/racket/file.rkt:391:2: loop
>/usr/share/racket/collects/pkg/main.rkt:206:16
>(submod "/usr/share/racket/collects/pkg/main.rkt" main): [running body]
>temp37_0
>for-loop
>run-module-instance!125
>...
>
> $ racket -v
> Welcome to Racket v7.2.
>
> Suggestions welcome.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/sigid.16823f523d.20210217164232.GA4731%40papaya.papaya
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CADcuegtie4M_Cjjycvc15hbfSN98HQxcNZZYH4LUxW5kfPUviA%40mail.gmail.com.


[racket-users] can't create a new package on pkgd.racket-lang.org

2021-02-19 Thread Roger Keays


Hi,

Today I made an account on racket-lang.org to post a package, but when I submit 
the form, it just bounces back at me, blank. The package I added does not 
appear under "my packages", so it seems the submission failed. There are no 
error messages.

https://pkgd.racket-lang.org/pkgn/create

I'm submitting an example #lang extension from github for 
educational/demonstration purposes: https://github.com/rogerkeays/racket-dollar

Could this be because my account is new? I also noticed I get an error when 
trying to get raco to install from github:

$ raco pkg install git://github.com/rogerkeays/racket-dollar#master
Querying Git references for racket-dollar at 
git://github.com/rogerkeays/racket-dollar#master
git: could not find requested reference
  reference: master
  context...:
   /usr/share/racket/collects/net/git-checkout.rkt:344:0: select-commits
   /usr/share/racket/collects/net/git-checkout.rkt:73:8
   /usr/share/racket/collects/net/git-checkout.rkt:54:2: retry-loop
   /usr/share/racket/collects/pkg/private/stage.rkt:59:2: lookup-normally
   /usr/share/racket/collects/pkg/private/stage.rkt:107:0: stage-package/info46
   /usr/share/racket/collects/pkg/private/install.rkt:659:4: for-loop
   /usr/share/racket/collects/pkg/private/install.rkt:141:0: install-packages76
   
/usr/share/racket/collects/pkg/private/../../racket/private/more-scheme.rkt:261:28
   /usr/share/racket/collects/racket/contract/private/arrow-val-first.rkt:430:3
   /usr/share/racket/collects/racket/file.rkt:435:8
   /usr/share/racket/collects/racket/file.rkt:391:2: loop
   /usr/share/racket/collects/pkg/main.rkt:206:16
   (submod "/usr/share/racket/collects/pkg/main.rkt" main): [running body]
   temp37_0
   for-loop
   run-module-instance!125
   ...

$ racket -v
Welcome to Racket v7.2.

Suggestions welcome.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/sigid.16823f523d.20210217164232.GA4731%40papaya.papaya.