Coder Social home page Coder Social logo

hex-stickers's Issues

stickermule and association with Trump

it has been brought to my attention that stickermule CEO Anthony Thomas
was a fan of Donald Trump.

on Twitter archive shows that he often retweeted him
https://archive.ph/xxHYd

Screen Shot 2022-05-24 at 10 25 22 AM

how will the stickermule association between RStudio, a company that has many LGBTQ+ users and employees?

I personally hope that the business dealings are severed, and use a pro-LGBTQ+ business for hex sticker purchases.

rendering README in GHA on PR when comes from a fork does not work

We encountered this here #60 and #61. (logs are probably not there anymore).

In both cases, it came from a fork. The issue is related to the use of r-lib/actions/pr-push

- uses: r-lib/actions/pr-push@master
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

which doesn't have the correct access right because Github token passed is read-only on fork when trigger on pull request (which is different from comment).

More on GITHUB_TOKEN permission: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token

pr-push action was made for comment triggered action in the first place, and write access is there.

We need a two way process to render the README on PR from fork I guess.

swag.rstudio.com import costs

Not sure whether the people active here are also responsible for the shop at https://swag.rstudio.com/, but it would be helpful if:

  • there was more transparency who is behind https://swag.rstudio.com/
  • there was a clarification that although the parcels are shipped as letters with a value of 1 US dollar, you still need to pay import taxes in EU (I had to pay 25eur or so on an order of 35 US dollar).

quarto hex sticker

Could you please upload the Quarto hex sticker to this repo? It will make many people happy โœจ

URL location

Should hexes require a url?

If included, where should it point to?

  • rstudio.com
  • www.rstudio.com
  • The package's GitHub site?
    • Ex: rstudio.github.io/reactlog seems very error prone / long
    • Should all R package GitHub sites get CNAME like how gt did? gt.rstudio.com which is really rstudio.github.io/gt

cc @allisonhorst

tidyr and dplyr svg hex sizing

The svg versions of tidyr and dplyr have quite some white margin, very similar to #26
(Additionally, they don't open correctly in Inkscape so I couldn't fix it myself)

Add redbubble link to README

I noticed that the README says you can't buy individual stickers, but I bought some at https://www.redbubble.com/people/rstudio-inc

If that is the official place to buy stickers, maybe include it in the README?
(If that is not the official way to buy stickers, I don't know where my money went, but it should have been yours ;) )

there is no Hex sticker for RNotebook?

rnotebook

There is no Hex sticker for RNotebook?

I created one to illustrate an article on my blog. From a very simple approach, based on the R Notebook icon in Rstudio.

any chance of being used?

Move `master` branch to `main`

Cc @hadley

The master branch of this repository will soon be renamed to main, as part of a coordinated change across several GitHub organizations (including, but not limited to: tidyverse, r-lib, tidymodels, and sol-eng). We anticipate this will happen by the end of September 2021.

That will be preceded by a release of the usethis package, which will gain some functionality around detecting and adapting to a renamed default branch. There will also be a blog post at the time of this master --> main change.

The purpose of this issue is to:

  • Help us firm up the list of targetted repositories
  • Make sure all maintainers are aware of what's coming
  • Give us an issue to close when the job is done
  • Give us a place to put advice for collaborators re: how to adapt

message id: entire_lizard

Sticker text as curves?

Would you consider offering the SVG version of the stickers with the text rendered as curves? The stickers use a variety of fonts, and they're not always available to users. For example, some stickers use the Myriad Pro font, which most people can only access with a Creative Cloud or TypeKit subscription.

Hex size requirements are not perfect hexagons

From https://en.wikipedia.org/wiki/Hexagon#Parameters

  • d is the short diameter
  • D is the maximal diameter
D <- 2557
(d = sqrt(3) / 2 * D)
#> [1] 2214.427

Created on 2020-08-19 by the reprex package (v0.3.0)

This does not equal 2206px.

Reversing the formula

d <- 2206
(D = 2 / sqrt(3) * d)
#> [1] 2547.269

Created on 2020-08-19 by the reprex package (v0.3.0)

This does not equal 2557px.


I'd like to get the plumber hex added in #29 but want to be sure that I'm required to squish/stretch the image from a perfect hexagon.

cc @allisonhorst

document PR requirements

Ideally in README.md.

  • Dimensions for PNG graphics?
  • Requirements for SVG graphics (in particular, convert fonts to text outlines)?
  • Document best practice for generating PNG from SVG?
  • Should we update meta.json?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.