Vít Starý Novotný

Results 60 issues of Vít Starý Novotný

Line 28 of `deepRanking.py` contains the following: ```python x = Lambda(lambda x_: K.l2_normalize(x,axis=1))(x) ``` Should not we be passing `x_` rather than `x` to `K.l2_normalize`?

Take the following MWE document `example.tex`: ``` \input expl3-generic ``` Compiling this document using the command `context example.tex` on TeX Live 2024 fails with the following output: ``` open source...

bug
generic-mode

With regular expl3 functions, the author only has to define the base form of their function using the argument types that are the most convenient for them: ``` tex \cs_new:Nn...

bug

Apparently, the package `biblatex-iso690` does not yet support the ISO 690:2021 standard. @man-ka and I are planning to borrow ČSN ISO 690:2022 from a library to see the extent of...

[The libass library](https://github.com/libass/libass) supports the `Kerning` parameter in the `[Script Info]` section of SubStation Alpha subtitles, which enables the kerning of fonts. Kerning greatly improves the letterspacing in subtitles: ![71684032-83ed5400-2d94-11ea-90cc-31b0233e9942](https://user-images.githubusercontent.com/603082/71754120-33095880-2e85-11ea-8d1d-634bc52603c8.png)...

This PR adds support for Tensorflow 2 by trying to import `tensorflow.compat.v1` and only importing `tensorflow` when the former raises an `ImportError`. This functionality is used in [MIR-MU/ffmpeg-tensorflow](https://github.com/MIR-MU/ffmpeg-tensorflow).

The [witiko/markdown](https://github.com/Witiko/markdown) package has recently seen the introduction of several new options and syntax extensions sponsored by [David Vins](https://github.com/dvins) and [Omedym](https://www.omedym.com), which may be worth porting back to [jgm/lunamark](https://github.com/jgm/lunamark): -...

feature request

### Discussed in https://github.com/Witiko/markdown/discussions/121 Originally posted by **Witiko** March 5, 2022 At the moment, the `\markdownSetup` LaTeX command allows the redefinition of individual renderers and renderer prototypes. This has several...

feature request
plaintex
quality of life

As discussed with @danopolan in https://github.com/istqborg/istqb_ctfl/commit/5b6e31183b9ead4d58ea2583a2026d1c1a5374e1#commitcomment-141033873, we may want to support [the Unicode normalization][1] of markdown input. Since we already use the `lua-uni-algos` Lua library in the Markdown package, which...

feature request
lua

The Markdown package currently supports plain TeX, LaTeX, and ConTeXt. We should add support for further formats such as Petr @Olsak's OpTeX.

feature request
help wanted
plaintex
optex