Gabriel Le Breton
Gabriel Le Breton
Here’s an explanation of the "not found: manifest unknown" error regarding version 2 of `game-ci/unity-builder`: The error: ``` docker: Error response from daemon: manifest for unityci/editor:windows-2022.3.30f1-windows-il2cpp-1 not found: manifest unknown:...
@itchio that would be awesome
@sks your sample build link doesn't seem public, but it looks fine 👍
I can confirm the following Dockerfile works right now: ```dockerfile FROM node:alpine RUN apk add --update --no-cache \ make \ g++ \ automake \ autoconf \ libtool \ nasm \...
This PR is currently failing the QA check: https://travis-ci.org/KristianOellegaard/django-health-check/jobs/459454246 But I'm not quite sure why. Anyway, I wanted some of the plugins, but I wanted a way to mark some...
Yes, this is in fact the first thing I wanted to do, but inheritance required me to in create an app for each of them and it was a bit...
I think this is possible to implement. According to [history API on MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history) (this is what we use), the following functions are available: * [deleteAll()](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteAll) * [deleteRange()](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteRange) * [deleteUrl()](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/deleteUrl) Here's...
Shouldn't be too hard indeed. This plugin uses datatables and here's an example of datatable demonstrating global search with and without regex: https://datatables.net/examples/api/regex.html I am open to contributions. There should...
Hi @noyannus, thanks for your feature request. I must agree with you, I used a dark theme as a personal preference, but it should be a choice by the user....
The implementation is not available through edge so implementing this will probably invalidate #17 but I'm ok with it :)