asoderman

Results 7 issues of asoderman

This allows for more flexibility for converting between error types. Relevant issue: #125

This would allow for easy conversion between error types within a rust program. See: [this](https://doc.rust-lang.org/book/first-edition/error-handling.html#the-error-trait)

Added first and last property to the pagination class and relevant tests. Relevant issue: #567 Travis failed because of python 2.6 no longer being supported by SQLAlchemy see #587.

pagination

Hello I've been stepping through the bootloader code to learn more about osdev. Upon entering stage_3 I attempted to add a `call vga_printline` with a test string I defined in...

Hello, please consider this small QOL change to the set_general_handler macro. This would allow the index to be specified by a const or variable e.g. ```rust const PAGEFAULT: u8 =...

waiting-on-author

I am unable to get this crate to compile in a `#![no_std]` environment due to the linker failing to locate various floating point functions provided by libm. Here is my...

The parameters and the return should be listed in the numpy style. The current docstrings should be used as the description.

enhancement
help wanted
good first issue