Viktor Petersson

Results 71 issues of Viktor Petersson

## Background The idea with this is to showcase how to build an Digital Out of Home (DooH) platform for Screenly. The demo would be a simple Edge App app...

The idea behind Screenly Queue is to develop a queue system for retail environments that is open source and cost effective. **tl;dr:** The user walks in to the store and...

We use [Google Maps](https://goo.gl/maps/BfV6WkL9kF1Z9jmn7) as part of our demo assets. When loading this from EU (at least), it just throws a cookie consent dialogue: Let's write JS Injector solve this...

One of the demo assets we use is the [Tableau public dashboard](http://public.tableau.com/profile/tableau.core.product.marketing#!/vizhome/shared/XKGR9WQWY). However, when this loads, we get this: Please create a JS injector script that closes this.

I quickly looked over how we've implemented Sentry in the Weather edge app [here](https://github.com/Screenly/Playground/blob/master/edge-apps/weather/src/index.html#L51-L53). Comparing this to the Sentry [documentation](https://docs.sentry.io/platforms/javascript/install/cdn/), we seem to be missing a few things.

I was looking at a sample app from [Dark](https://darklang.com/), and they show how to make a simple [visitor check-in app](https://www.youtube.com/watch?v=orRn2kTtRXQ). The process is pretty easy: * Select an employee out...

I'm using one of the [Official Raspberry Pi 7" Touchscreen Display](https://thepihut.com/products/official-raspberry-pi-7-touchscreen-display?variant=18265185747006&currency=GBP&msclkid=5cf15c144d0b1e22fb9e3f2afe3a0824) in my test setup. However, when loading the asset metadata page, it breaks. We should add support for the...

I've been playing a bit with `sbomasm` for enrichment, and I ran into a somewhat annoying thing, which is that you can't combine a single line for doing enrichment of...

A common workflow for `channel` like deployment flows is that you promote a build/version from say candidate to stable. In this case, you *may* want to maintain the UUID for...

### Current Behavior It is my understanding that Dependency Track does not currently pull in dependencies specified in [externalReferences](https://cyclonedx.org/docs/1.6/json/#externalReferences). There are a lot of use cases for this, including more...

enhancement