-
I'm trying to capture data from Nextcloud Tables using a date field for one of the columns. I want to list the totals of all the entries on a timeline. However, the dates are not laid out in chronol…
-
One idea related to the design of disambiguation classes (#193) is the ability to contribute initial values to the "context" parser attribute, for extensions that wish to introduce particular names as…
-
When I take my app live, I usually like to store all the static js and css it needs with all its other static files and serve them myself. As I was reading code to see how iommi Styles work, it occurr…
-
Hi,
As I used two different functions to parse the arguments in python successfully following below:
```python
def getRequiredArgs():
paser = argparse.ArgumentParser()
parser.add…
-
Maintainer's notes
- For Clone, see #4286
---
### Please complete the following tasks
- [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions)
- [X] I have searc…
-
I'm not sure if this is because of a change in Python3's configparser library (I recently upgraded on my machine) or a change that's crept into to pynbody, but recently trying to run AHF automatically…
-
Starting discussion from #3517 in a new issue.
Some plugins may want to expose user-configurable options. For example, with my docstring parser I want users to be able to specify which style of …
-
* Bonobo 0.6.2
* Demonstration code:
```python
#!/usr/bin/env python3
import bonobo
class MyTransform(bonobo.config.Configurable):
option1 = bonobo.config.Method(positional=True, requi…
levic updated
5 years ago
-
Expample:
```js
// posthtml_module start
var postHTML = function(plugins) { this.plugins = plugins; };
postHTML.prototype.parser = function(html) { return 'OLD' + html; }; // CHANGE
postHTML.pr…
-
**Describe the bug** A clear and concise description of what the bug is.
Feel free to remove any sections that do not apply or add your own to clarify your issue.
Please provide as much informat…