Vinay Sajip

Results 24 issues of Vinay Sajip

According to the documentation, you can use an `ISSO_CORS_ORIGIN` environment variable to set e.g. wildcards for the `Access-Control-Allow-Origin` CORS header. However, it doesn't work in practice, because the code that...

server
needs-contributor
bug
docs

### Pull Request Checklist - [X] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). -...

### Pull Request Checklist - [X] I’ve read the [guidelines for contributing](https://github.com/getnikola/nikola/blob/master/CONTRIBUTING.rst). - [ ] I updated AUTHORS.txt and CHANGES.txt (if the change is non-trivial) and documentation (if applicable). -...

The name specified for a plugin seems not to be correctly accessed - it's not being read from the `plugin_info`'s `plugin_object`, as it ought to be. Instead of https://github.com/getnikola/nikola/blob/650b954294ab01627ba9b45d81835293a5e02bb8/nikola/nikola.py#L1152 it...

This line https://github.com/holgerbrandl/kscript/blob/dc827753adf707cf31cd220716e85139cae2d9cd/src/main/kotlin/kscript/app/code/GradleTemplates.kt#L44 fails to pick up Kotlin options declared like this: https://github.com/holgerbrandl/kscript/blob/dc827753adf707cf31cd220716e85139cae2d9cd/test/resources/package_example.kts#L1 I see that the `Script` has these two fields: https://github.com/holgerbrandl/kscript/blob/dc827753adf707cf31cd220716e85139cae2d9cd/src/main/kotlin/kscript/app/model/Script.kt#L21-L22 However the `kotlinOpts` seems not to be...

This should address #22 - following `args = docopt(...)`, `args["foo"].isNil` will return `true` if the `foo` argument wasn't set.

On Windows, the cache action doesn't seem to restore files to the locations they come from. This is unexpected. In the [workflow](https://github.com/vsajip/action-testbed/blob/main/.github/workflows/cache-test.yml), the intention is to use the cache to...

bug

…eateSocket (GH-98319) Co-authored-by: C.A.M. Gerlach (cherry picked from commit f6b1e4048dc353aecfbfbae07de8212900632098) * Issue: gh-98307

Given these sources, which build without errors: ``` :::::::::::::: Main.cs :::::::::::::: using System; namespace App.Package { public class Main { public void Hello() { System.Console.WriteLine("Hello, world!"); } } } ::::::::::::::...

If I do at the `gore>` prompt ``` some_var, err := some_func() ``` the values of `some_var` and `err` are always printed. Can this be made optional? If I want...

feature request