tsuga

Results 14 issues of tsuga

This would be a feature request. When I reload the file, splitshow moves to the first page of the PDF file. It would be great if I can stay on...

enhancement
medium

I'm seeing an error when using Union type. ```py from typing import Union from datafiles import datafile, Missing @datafile("inventory/items/{self.name}.yml") class InventoryItem: """Class for keeping track of an item in inventory."""...

bug

Hi there, I'm new to datafiles but found it very useful. However, my codebase has a TypedDict, which causes an error. ``` from datafiles import datafile from dataclasses import dataclass...

bug

I'm using Sphinx to generate docs (not only for Flask files, but also other files as well). Swagger UI works like a charm, but it makes the Sphinx output very...

## Description Currently, minetypes starts with "text/" and "application/json" are handled as text responses from the WSGI server. However, there are more minetypes that should be returned as text, not...

## Expected behavior As [`sklearn.model_selection.RandomizedSearchCV`](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html) does, `optuna.integration.OptunaSearchCV` should support multi-metric scoring evaluation. ## Environment - Optuna version: 2.10.0.dev - Python version: 3.8.10 - OS: Windows-10-10.0.18363-SP0 - (Optional) Other libraries and...

feature
contribution-welcome
no-stale
description-checked

I run into an error when developing my bot. This is the minimum code that reproduce the error. Could you help me? ``` import time from datetime import datetime import...

enhancement

I'm getting an error when the js code contains a special emoji. MWE: `dukpy.evaljs("var data = '💫'; data")` Error: `UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 1: invalid...

## Your Environment * Plugin version: 3.1.0 * Platform: Android (on Emulator) * OS version: Android 11.0 (on Emulator, with API 30) * Device manufacturer and model: Google Pixel 4...

JISの規定にはありませんが、実務上より細かなメッシュが必要となり作成しました。 規格外の仕様を実装することには賛否があるかと思いますが、JIS規定外のレベルを使用する場合はwarningを出るような仕様にしています。 PRマージをご検討ください。