Albin Larsson

Results 316 comments of Albin Larsson

> It might make sense to use a docker image during a staged build or so CI and build processes are indeed the use cases.

Something like the following but somehow without causing circular dependencies: ```go func DiscoverTemplates() error { filepath.Walk("templates", func(path string, info os.FileInfo, err error) error { if err != nil { return...

Here are two open-source sites using Snowman in production: - [Govdirectory.org](https://www.govdirectory.org/) https://github.com/govdirectory/website - [Kyrksök](https://kyrksok.se/)(In Swedish) https://github.com/Kyrkosok/web-client

Dropped this from 0.1.0 as it's not critical and not easily implemented until we implement pre-parsed templates.

@trnstlntk there is a [work in progress branch over at my fork](https://github.com/Abbe98/OpenRefine/pull/24/files). Technical issues aside one major question is how to make the columns with the special values droppable in...

> Note that if you are dealing with a column of Wikibase entities, the other cells will still be reconciled, so the column metadata will still contain a reconciliation configuration...

I think we might talk about different things because I do not recognize that behavior. I'm only concerned about the UX/frontend logic for making fields droppable(in schema-aligment.js). I currently need...

Could the Wikibase extension fetch manifests from the manifest repository and allow you to search for the one you need? Wikidata could be there by default but other ones behind...

If the issue is mainly concerned with WMF wikis then OAuth using a server side component might be a good solution. OR would store the access token and secret. The...