Chance

Results 39 issues of Chance

Add fluid methods to `Pointer` that mutate in place and return a new instance. - with token appended - with token prepended - with first token removed (maybe? - dont...

Per our discussion, we need a way to index a token. With the index, at minimum, we need to be able to split a pointer at it, retrieve the token,...

The implicit decoding of `Token` when converting to a string needs to be made more clear. This behavior is somewhat confusing due to fact that it is does not align...

**Describe the bug** The extension is unable to connect to github > Unable to connecto to the Github API, please check your internet connection. Github copilot is able to connect...

bug

Solves #88 - Deprecates `Pointer::split_at` - Adds `Pointer::split_at_offset`

We need to deprecate `Pointer::split_at` so that it can eventually be replaced by a method of the same name that utilizes position/index rather than offset.

Currently this: ```rust let ptr = jsonptr::Pointer::from_static("/example"); let path = std::path::Path::new("/example"); ``` is displayed as:

@asmello While debugging something unrelated, I ran into this after a call to `Pointer::as_str`. This pointer should have been root/default. This is using vs code. I assume the debugger is...