Rob Janssen

Results 150 comments of Rob Janssen

Let me know if #15 helps you answer your question. As to answer your "How seamlessly"; that depends on what your definition of seamless is I guess :wink:

It's up to you; nothing stopping you from using either way :wink:

#17 now provides a (very basic) example. Not closing since a lot more/better is needed.

> _"IPNetwork library sanitanize its input before trying to parse it as an IPNetwork."_ Which is a design decision that you made (not arguing good or bad) and in the...

> Rather than trying to subtract ip address via range, I found that adding subnet via binary elimination might be faster. The idea is to split network into two until...

I'm looking for [`/events`](https://docs.gitlab.com/ee/api/events.html#list-currently-authenticated-users-events) or [`/users/:id/events`](https://docs.gitlab.com/ee/api/events.html#get-user-contribution-events) and haven't found it (yet?) in this client.

I'm not sure I agree. What MS does when representing GUID's as a string is irrelevant I think. There's no 'defined' way to convert a ULID to a GUID and...

> Since the ULID spec is a subset of the UUID spec It's not?

One issue I have with changing this is that it breaks the current implementation. Whatever `.ToGUID()` returns will change as will creating the ULID's _from_ GUID's. If anything I thing...

Could you please try [1.5.0](https://www.nuget.org/packages/NUlid/1.5.0) and let me know if that works for you? I tried the ULID you showed and it seems to work for me? Maybe @cyrusdargahi has...