TomasC

Results 45 issues of TomasC

### Description the mat_views.tags_view was implemented as daily view because of AnalyticsDB dependencies from EMR jobs; since EMR jobs were teared down in Mid 2023, now we can re-implement these...

resolves #249 Client side has 3 steps to call this API: 1. call `directImageUpload` to get an Asset with direct upload url; 2. post image as file to this direct...

```log (node:12308) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023. Please migrate your code to use AWS SDK for JavaScript...

**Is your feature request related to a problem? Please describe.** https://observablehq.com/documentation/misc/standard-library#clientQuery says BigQuery can use named (@age, @name, …) or ordered (repeating ?) parameters but it's not true, tried both...

### References - [Discussion](https://matterslab.slack.com/archives/GA0R09FHN/p1708502859950399) --- ### Story - https://github.com/thematters/developer-resource/issues/420

just read the headline from https://changelog.com/news/Q5Yy/visit and having a first look, not knowing the details yet, even though I am personally fluent on both Go and JavaScript, but I still...

some like `d3.ascending` `d3.descending` have no problems, some are not: ```js const bigints = [ 1n, 2n, 3n, -300n ]; bigints.sort(d3.descending); // okay d3.sum(bigints); // error ``` ``` file:///path/to/node_modules/d3-array/src/sum.js:5 if...

looking at the starter code https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js it says https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js#L7 siteUrl: `https://gatsby-theme-i18n.netlify.app`, but running it locally is very different, so, where is the actual code for https://gatsby-theme-i18n.netlify.app/ ?

type: question or discussion

my newer projects are already using Gatsby 4, but my other older projects were using plugins from this repo, one is `gatsby-theme-i18n` would like to migrate it to Gatsby 4,...

type: question or discussion

when using `x: { type: "time", ... }` the a axis ticks are using correct local timezone, but the ` tip: "x" ` is still showing with utc timezones, ![image](https://github.com/observablehq/plot/assets/49659410/9c25cdd5-aa48-4211-9679-3074cb9f44e3)...